Skip to content

Commit ce21a28

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent a0530ae commit ce21a28

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

docs/dev/configuration.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -3158,6 +3158,8 @@
31583158

31593159
<a class="list-group-item" href="#return">return</a>
31603160

3161+
<a class="list-group-item" href="#reuse-key">reuse-key</a>
3162+
31613163
<a class="list-group-item" href="#rfc7239_field">rfc7239_field</a>
31623164

31633165
<a class="list-group-item" href="#rfc7239_is_valid">rfc7239_is_valid</a>
@@ -4621,7 +4623,7 @@
46214623
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46224624
</p>
46234625
<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>
46254627
</p>
46264628
</div>
46274629
<!-- /.sidebar -->
@@ -4632,7 +4634,7 @@
46324634
<div class="text-center">
46334635
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46344636
<h2>Configuration Manual</h2>
4635-
<p><strong>version 3.3-dev8-190</strong></p>
4637+
<p><strong>version 3.3-dev8-193</strong></p>
46364638
<p>
46374639
2025/09/05<br>
46384640

@@ -33315,6 +33317,17 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3331533317
(value), which is useful to reply to a challenge when there are multiple
3331633318
account used. The acme task will add entries before validating the challenge
3331733319
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 &quot;<a href="#on">on</a>&quot;, 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 &quot;off&quot;.
3331833331
</pre><div class="separator">
3331933332
<span class="label label-success">Example:</span>
3332033333
<pre class="prettyprint">
@@ -33353,7 +33366,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3335333366
<br>
3335433367
<hr>
3335533368
<div class="text-right">
33356-
HAProxy 3.3-dev8-190 &ndash; Configuration Manual<br>
33369+
HAProxy 3.3-dev8-193 &ndash; Configuration Manual<br>
3335733370
<small>, 2025/09/05</small>
3335833371
</div>
3335933372
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev8-190 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev8-193 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.3-dev8-190</strong></p>
498+
<p><strong>version 3.3-dev8-193</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.3-dev8-190 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev8-193 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.3-dev8-190 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev8-193 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<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>
665+
<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>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.3-dev8-190</strong></p>
676+
<p><strong>version 3.3-dev8-193</strong></p>
677677
<p>
678678
<br>
679679

@@ -5622,7 +5622,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
56225622
<br>
56235623
<hr>
56245624
<div class="text-right">
5625-
HAProxy 3.3-dev8-190 &ndash; Management Guide<br>
5625+
HAProxy 3.3-dev8-193 &ndash; Management Guide<br>
56265626
<small>, </small>
56275627
</div>
56285628
</div>

0 commit comments

Comments
 (0)