[rs-commit] r135 - /rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Sat Nov 2 23:14:37 CET 2019


Author: minfrin at redwax.eu
Date: Sat Nov  2 23:14:36 2019
New Revision: 135

Log:
Clarify which hooks run first, and which hooks run all.

Modified:
    rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5	Sat Nov  2 23:14:36 2019
@@ -86,6 +86,11 @@
                   is not supplied, the request will fail.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -104,6 +109,11 @@
                   This is the last certificate in the certificate chain, and is usually
                   the root certificate.
                 </p>
+
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
 
               </div>
             </section>
@@ -125,6 +135,11 @@
                   authority certificate is provided by this hook on request.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -143,6 +158,11 @@
                   The certificate chain consists of all certificates apart from
                   the last certificate specified in the file.
                 </p>
+
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
 
               </div>
             </section>
@@ -168,6 +188,11 @@
                   handle the serial number.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -186,6 +211,11 @@
                   Protocols that require that the public/private key pair be
                   generated by the certificate authority will call this hook.
                 </p>
+
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
 
               </div>
             </section>
@@ -211,6 +241,11 @@
                   Hook implementations might source the time from the system, or
                   might source the time from dedicated hardware for this purpose.
                 </p>
+
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
 
               </div>
             </section>
@@ -235,6 +270,11 @@
                   is not supplied, the request will succeed.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -257,6 +297,11 @@
                   is not supplied, the request will succeed.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -277,6 +322,11 @@
                   on the fly.
                 </p>
 
+                <p>
+                  This hook will stop when the first configured implementation has handled
+                  the request.
+                <p>
+
               </div>
             </section>
 
@@ -297,6 +347,11 @@
                   can be queried.
                 </p>
 
+                <p>
+                  This hook will stop when all the configured implementations have handled
+                  the request.
+                <p>
+
               </div>
             </section>
 



More information about the rs-commit mailing list