[rs-commit] r551 - /rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5

rs-commit at redwax.eu rs-commit at redwax.eu
Sat Mar 14 12:50:13 CET 2026


Author: minfrin at redwax.eu
Date: Sat Mar 14 12:50:12 2026
New Revision: 551

Log:
Add the ScepRenewal directive.

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

Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	(original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_scep.xhtml5	Sat Mar 14 12:50:12 2026
@@ -780,6 +780,56 @@
               </div>
             </section>
 
+            <section id="directive-ScepRenewal">
+              <header>
+                <h3>Scep<wbr />Renewal Directive</h3>
+              </header>
+              <div class="content">
+
+                <table>
+                  <tbody>
+                    <tr>
+                      <td>Description</td>
+                      <td>Allow or disallow renewals for this CA.</td>
+                    </tr>
+                    <tr>
+                      <td>Syntax</td>
+                      <td>
+                        <code>Scep<wbr />Renewal [on|off]</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Default</td>
+                      <td>
+                        <code>Scep<wbr />Renewal off</code>
+                      </td>
+                    </tr>
+                    <tr>
+                      <td>Context</td>
+                      <td>server config, virtual host, directory, .htaccess</td>
+                    </tr>
+                    <tr>
+                      <td>Status</td>
+                      <td><a href="mod_ca.html#frontend">Frontend</a></td>
+                    </tr>
+                    <tr>
+                      <td>Module</td>
+                      <td>mod_scep</td>
+                    </tr>
+                    <tr>
+                      <td>Compatibility</td>
+                      <td>Introduced in mod_scep 1.0.0 and works with Apache HTTP
+                        Server 2.4.0 and later</td>
+                    </tr>
+                  </tbody>
+                </table>
+
+                <p>Set to 'on' to support certificate renewals. Renewals are signed
+                   using the previous certificate, rather than using a challenge.</p>
+
+              </div>
+            </section>
+
             <section id="directive-ScepSize">
               <header>
                 <h3>Scep<wbr />Size Directive</h3>



More information about the rs-commit mailing list