[rs-commit] r356 - /rs-manual/trunk/src/site/xhtml5/configuration.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Fri Mar 20 13:41:32 CET 2020
Author: minfrin at redwax.eu
Date: Fri Mar 20 13:41:32 2020
New Revision: 356
Log:
Fix links. Add not of where the PKCS12 private key comes from.
Modified:
rs-manual/trunk/src/site/xhtml5/configuration.xhtml5
Modified: rs-manual/trunk/src/site/xhtml5/configuration.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/configuration.xhtml5 (original)
+++ rs-manual/trunk/src/site/xhtml5/configuration.xhtml5 Fri Mar 20 13:41:32 2020
@@ -263,7 +263,7 @@
</p>
<p>
Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<IfModule !csr_module>
LoadModule csr_module /usr/lib64/httpd/modules/mod_csr.so
@@ -293,8 +293,13 @@
submitted by a form in a browser.
</p>
<p>
- Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ When the generation of the private key is requested, the backend module in
+ <a href="#backend">our example above</a> will supply us with a 4096 bit RSA
+ public / private key pair.
+ </p>
+ <p>
+ Other choices are available as documented in the list of
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<IfModule !pkcs12_module>
LoadModule pkcs12_module /usr/lib64/httpd/modules/mod_pkcs12.so
@@ -328,7 +333,7 @@
</p>
<p>
Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<IfModule !scep_module>
LoadModule scep_module /usr/lib64/httpd/modules/mod_scep.so
@@ -363,7 +368,7 @@
</p>
<p>
Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<IfModule !spkac_module>
LoadModule spkac_module /usr/lib64/httpd/modules/mod_spkac.so
@@ -393,7 +398,7 @@
</p>
<p>
Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<IfModule !cert_module>
LoadModule cert_module /usr/lib64/httpd/modules/mod_cert.so
@@ -419,7 +424,7 @@
</p>
<p>
Other choices are available as documented in the list of
- <a href="modules.html#front">frontend modules</a>.
+ <a href="modules.html#frontend">frontend modules</a>.
</p>
<pre><code><![CDATA[<Location /test/simple/ca.p7b>
Require all granted
More information about the rs-commit
mailing list