[rs-commit] r105 - /rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Tue Oct 22 00:13:44 CEST 2019


Author: minfrin at redwax.eu
Date: Tue Oct 22 00:13:43 2019
New Revision: 105

Log:
Link the module integration and hook implementation docs.

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

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_crl.xhtml5	Tue Oct 22 00:13:43 2019
@@ -83,6 +83,22 @@
                 <p>This hook returns the certificate revocation list for the configured
                   certificate authority.
                 </p>
+                <p>
+                  This module provides the following implementations of this hook.
+                </p>
+                <table>
+                  <tbody>
+                    <tr>
+                      <td>
+                        <a href="mod_ca_crl.html#hook-ca_getcrl">Get Certificate Revocation List From Disk</a>
+                      </td>
+                      <td>Returns the certificate revocation list from a file on disk.</td>
+                    </tr>
+                  </tbody>
+                </table>
+                <p>This hook is called by the following
+                  <a href="mod_ca.html#frontend">frontend modules</a>.
+                </p>
                 <table>
                   <tbody>
                     <tr>
@@ -96,6 +112,44 @@
               </div>
             </section>
 
+            <section>
+              <header>
+                <h3>
+                  <a href="mod_ca.html#ca_getcertstatus">Certificate Status Hook</a>
+                </h3>
+              </header>
+              <div class="content">
+                <p>This hook returns the status of the certificate within the certificate
+                  revocation list for the configured certificate authority.
+                </p>
+                <p>
+                  This module provides the following implementations of this hook.
+                </p>
+                <table>
+                  <tbody>
+                    <tr>
+                      <td>
+                        <a href="mod_ca_crl.html#hook-ca_getcertstatus">Get Certificate Status From Disk</a>
+                      </td>
+                      <td>Check the certificate status against the certificate sign request from disk.</td>
+                    </tr>
+                  </tbody>
+                </table>
+                <p>This hook is called by the following
+                  <a href="mod_ca.html#frontend">frontend modules</a>.
+                </p>
+                <table>
+                  <tbody>
+                    <tr>
+                      <td>
+                        <a href="mod_ocsp.html">mod_ocsp</a>
+                      </td>
+                      <td>Respond with the revocation status of a certificate.</td>
+                    </tr>
+                  </tbody>
+                </table>
+              </div>
+            </section>
 
           </div>
         </div>



More information about the rs-commit mailing list