|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2.6-28 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2.7 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
3159 | 3159 |
|
3160 | 3160 | <a class="list-group-item" href="#return">return</a> |
3161 | 3161 |
|
| 3162 | + <a class="list-group-item" href="#reuse-key">reuse-key</a> |
| 3163 | + |
3162 | 3164 | <a class="list-group-item" href="#rfc7239_field">rfc7239_field</a> |
3163 | 3165 |
|
3164 | 3166 | <a class="list-group-item" href="#rfc7239_is_valid">rfc7239_is_valid</a> |
|
4618 | 4620 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4619 | 4621 | </p> |
4620 | 4622 | <p class="text-right"> |
4621 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/20</b></small> |
| 4623 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/23</b></small> |
4622 | 4624 | </p> |
4623 | 4625 | </div> |
4624 | 4626 | <!-- /.sidebar --> |
|
4629 | 4631 | <div class="text-center"> |
4630 | 4632 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4631 | 4633 | <h2>Configuration Manual</h2> |
4632 | | - <p><strong>version 3.2.6-28</strong></p> |
| 4634 | + <p><strong>version 3.2.7</strong></p> |
4633 | 4635 | <p> |
4634 | | - 2025/10/03<br> |
| 4636 | + 2025/10/23<br> |
4635 | 4637 |
|
4636 | 4638 | </p> |
4637 | 4639 | </div> |
@@ -33065,6 +33067,17 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33065 | 33067 | (value), which is useful to reply to a challenge when there are multiple |
33066 | 33068 | account used. The acme task will add entries before validating the challenge |
33067 | 33069 | and will remove the entries at the end of the task. |
| 33070 | +</pre><a class="anchor" name="reuse-key"></a><a class="anchor" name="12-reuse-key"></a><a class="anchor" name="12.8-reuse-key"></a><a class="anchor" name="reuse-key (Other sections)"></a><a class="anchor" name="reuse-key (ACME)"></a><div class="keyword"><b><a class="anchor" name="reuse-key"></a><a href="#12.8-reuse-key">reuse-key</a></b> <span style="color: #800">{ on | off }</span></div><pre class="text">If set to "<a href="#on">on</a>", HAProxy won't generate a new private key and will keep the |
| 33071 | +previous one. Rotating private keys is recommended, when enabling this option |
| 33072 | +it is recommended to regenerate manually the keys regularly. |
| 33073 | + |
| 33074 | +This option might be useful when using RSA keys bigger than 2048 that can |
| 33075 | +take time to generate and might slow down one thread doing so. |
| 33076 | + |
| 33077 | +Using the same key can be useful when using the cache of your ACME server, it |
| 33078 | +can help to retrieve a valid certificate corresponding to the current key. |
| 33079 | + |
| 33080 | +The default setting is "off". |
33068 | 33081 | </pre><div class="separator"> |
33069 | 33082 | <span class="label label-success">Example:</span> |
33070 | 33083 | <pre class="prettyprint"> |
@@ -33144,8 +33157,8 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33144 | 33157 | <br> |
33145 | 33158 | <hr> |
33146 | 33159 | <div class="text-right"> |
33147 | | - HAProxy 3.2.6-28 – Configuration Manual<br> |
33148 | | - <small>, 2025/10/03</small> |
| 33160 | + HAProxy 3.2.7 – Configuration Manual<br> |
| 33161 | + <small>, 2025/10/23</small> |
33149 | 33162 | </div> |
33150 | 33163 | </div> |
33151 | 33164 | <!-- /.col-lg-12 --> |
|
0 commit comments