[rs-commit] r312 - in /rs-manual/trunk/src/site: resources/images/mod_ca-ca_getcert.png xhtml5/mod/mod_ca.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Wed Feb 26 01:17:17 CET 2020
Author: minfrin at redwax.eu
Date: Wed Feb 26 01:17:15 2020
New Revision: 312
Log:
Add missing reference to the getcert hook.
Added:
rs-manual/trunk/src/site/resources/images/mod_ca-ca_getcert.png (with props)
Modified:
rs-manual/trunk/src/site/xhtml5/mod/mod_ca.xhtml5
Added: rs-manual/trunk/src/site/resources/images/mod_ca-ca_getcert.png
==============================================================================
Binary file - no diff available.
Propchange: rs-manual/trunk/src/site/resources/images/mod_ca-ca_getcert.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
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 Wed Feb 26 01:17:15 2020
@@ -163,6 +163,30 @@
</div>
</section>
+ <section id="ca_getcert">
+ <header>
+ <h3><a href="mod_ca.html#ca_getcert">Get Certificate</a></h3>
+ </header>
+ <div class="content">
+
+ <p>
+ <img class="image right" src="../images/mod_ca-ca_getcert.png" />
+ Returns a given certificate, either by transactionID or serial number.
+ </p>
+
+ <p>
+ Protocols that need to request and return a given certificate will call
+ this hook.
+ </p>
+
+ <p>
+ This hook will stop when the first configured implementation has handled
+ the request.
+ </p>
+
+ </div>
+ </section>
+
<section id="ca_getca">
<header>
<h3><a href="mod_ca.html#ca_getca">Get Certificate Authority</a></h3>
More information about the rs-commit
mailing list