[rs-commit] r547 - /rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Thu Mar 12 16:52:57 CET 2026


Author: minfrin at redwax.eu
Date: Thu Mar 12 16:52:57 2026
New Revision: 547

Log:
mod_ca_disk: When the ca_certstore hook is fired to
save the certificate, but the index has not yet been 
updated because the ca_makeserial hook was not used,
update the index while make sure this happens just
once.

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

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_disk.xhtml5	Thu Mar 12 16:52:57 2026
@@ -518,6 +518,15 @@
                 </p>
 
                 <p>
+                  If the
+                  <a href="#directive-CADiskIndex">CADiskIndex</a>
+                  directive is used, the index is updated with the subject and serial number of the
+                  certificate being stored, as well as the filename of the certificate. This matches
+                  the behaviour of the <code>database</code> option in an OpenSSL
+                  <code>openssl.cnf</code> file.
+                </p>    
+
+                <p>
                   Alternatively, if the
                   <a href="#directive-CADiskCertificateByTransactionPath">CADiskCertificateByTransactionPath</a>
                   directive is used, the certificate is stored in the given directory with



More information about the rs-commit mailing list