|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3-dev8-190 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.3-dev8-193 - 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" /> |
|
3158 | 3158 |
|
3159 | 3159 | <a class="list-group-item" href="#return">return</a> |
3160 | 3160 |
|
| 3161 | + <a class="list-group-item" href="#reuse-key">reuse-key</a> |
| 3162 | + |
3161 | 3163 | <a class="list-group-item" href="#rfc7239_field">rfc7239_field</a> |
3162 | 3164 |
|
3163 | 3165 | <a class="list-group-item" href="#rfc7239_is_valid">rfc7239_is_valid</a> |
|
4621 | 4623 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4622 | 4624 | </p> |
4623 | 4625 | <p class="text-right"> |
4624 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/26</b></small> |
| 4626 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/27</b></small> |
4625 | 4627 | </p> |
4626 | 4628 | </div> |
4627 | 4629 | <!-- /.sidebar --> |
|
4632 | 4634 | <div class="text-center"> |
4633 | 4635 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4634 | 4636 | <h2>Configuration Manual</h2> |
4635 | | - <p><strong>version 3.3-dev8-190</strong></p> |
| 4637 | + <p><strong>version 3.3-dev8-193</strong></p> |
4636 | 4638 | <p> |
4637 | 4639 | 2025/09/05<br> |
4638 | 4640 |
|
@@ -33315,6 +33317,17 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33315 | 33317 | (value), which is useful to reply to a challenge when there are multiple |
33316 | 33318 | account used. The acme task will add entries before validating the challenge |
33317 | 33319 | and will remove the entries at the end of the task. |
| 33320 | +</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 |
| 33321 | +previous one. Rotating private keys is recommended, when enabling this option |
| 33322 | +it is recommended to regenerate manually the keys regularly. |
| 33323 | + |
| 33324 | +This option might be useful when using RSA keys bigger than 2048 that can |
| 33325 | +take time to generate and might slow down one thread doing so. |
| 33326 | + |
| 33327 | +Using the same key can be useful when using the cache of your ACME server, it |
| 33328 | +can help to retrieve a valid certificate corresponding to the current key. |
| 33329 | + |
| 33330 | +The default setting is "off". |
33318 | 33331 | </pre><div class="separator"> |
33319 | 33332 | <span class="label label-success">Example:</span> |
33320 | 33333 | <pre class="prettyprint"> |
@@ -33353,7 +33366,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33353 | 33366 | <br> |
33354 | 33367 | <hr> |
33355 | 33368 | <div class="text-right"> |
33356 | | - HAProxy 3.3-dev8-190 – Configuration Manual<br> |
| 33369 | + HAProxy 3.3-dev8-193 – Configuration Manual<br> |
33357 | 33370 | <small>, 2025/09/05</small> |
33358 | 33371 | </div> |
33359 | 33372 | </div> |
|
0 commit comments