[rs-commit] r314 - in /rs-manual/trunk/src/site/xhtml5/mod: mod_cert.xhtml5 mod_pkcs7.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Wed Feb 26 02:02:09 CET 2020


Author: minfrin at redwax.eu
Date: Wed Feb 26 02:02:08 2020
New Revision: 314

Log:
Add handler references for mod_cert and mod_pkcs7.

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

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_cert.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_cert.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_cert.xhtml5	Wed Feb 26 02:02:08 2020
@@ -189,6 +189,44 @@
 
 
       <section class="wrapper style1 align-center"
+        id="handler-reference">
+        <div class="inner">
+          <h2>Handler Reference</h2>
+          <p>
+            The following parameters to the
+            <a href="http://httpd.apache.org/docs/2.4/mod/core.html#sethandler">SetHandler</a>
+            directive are supported.
+          </p>
+          <div class="index align-left">
+
+            <section>
+              <header>
+                <h3>cert-ca</h3>
+              </header>
+              <div class="content">
+                <p>After calling the <a href="mod_ca.html#ca_getca">getca hook</a> return the CA certificate as a DER or PEM encoded X509 certificate.</p>
+<pre><code><![CDATA[SetHandler cert-ca
+]]></code></pre>
+              </div>
+            </section>
+
+            <section>
+              <header>
+                <h3>cert-nextca</h3>
+              </header>
+              <div class="content">
+                <p>After calling the <a href="mod_ca.html#ca_getnextca">getnextca hook</a> return the next CA certificate as a DEM or PEN encoded X509 certificate.</p>
+<pre><code><![CDATA[SetHandler cert-nextca
+]]></code></pre>
+              </div>
+            </section>
+
+          </div>
+        </div>
+      </section>
+
+
+      <section class="wrapper style1 align-center"
         id="directive-reference">
         <div class="inner">
           <h2>Directive Reference</h2>

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs7.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs7.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_pkcs7.xhtml5	Wed Feb 26 02:02:08 2020
@@ -189,6 +189,44 @@
 
 
       <section class="wrapper style1 align-center"
+        id="handler-reference">
+        <div class="inner">
+          <h2>Handler Reference</h2>
+          <p>
+            The following parameters to the
+            <a href="http://httpd.apache.org/docs/2.4/mod/core.html#sethandler">SetHandler</a>
+            directive are supported.
+          </p>
+          <div class="index align-left">
+
+            <section>
+              <header>
+                <h3>pkcs7-ca</h3>
+              </header>
+              <div class="content">
+                <p>After calling the <a href="mod_ca.html#ca_getca">getca hook</a> return the CA certificate as a DER or PEM encoded degenerate PKCS7 certificate bundle.</p>
+<pre><code><![CDATA[SetHandler pkcs7-ca
+]]></code></pre>
+              </div>
+            </section>
+
+            <section>
+              <header>
+                <h3>pkcs7-nextca</h3>
+              </header>
+              <div class="content">
+                <p>After calling the <a href="mod_ca.html#ca_getnextca">getnextca hook</a> return the next CA certificate as a DEM or PEN encoded degenerate PKCS7 certificate bundle.</p>
+<pre><code><![CDATA[SetHandler pkcs7-nextca
+]]></code></pre>
+              </div>
+            </section>
+
+          </div>
+        </div>
+      </section>
+
+
+      <section class="wrapper style1 align-center"
         id="directive-reference">
         <div class="inner">
           <h2>Directive Reference</h2>



More information about the rs-commit mailing list