Skip to content

Commit 0003afc

Browse files
author
HAProxy Community
committed
Update docs for 3.2
1 parent 3f3d824 commit 0003afc

3 files changed

Lines changed: 30 additions & 14 deletions

File tree

docs/3.2/configuration.html

Lines changed: 22 additions & 6 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.2.17-19 - Configuration Manual</title>
5+
<title>HAProxy version 3.2.17-20 - 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" />
@@ -1390,6 +1390,8 @@
13901390

13911391
<a class="list-group-item" href="#acme (ACME)">acme (ACME)</a>
13921392

1393+
<a class="list-group-item" href="#acme-vars">acme-vars</a>
1394+
13931395
<a class="list-group-item" href="#acme.scheduler">acme.scheduler</a>
13941396

13951397
<a class="list-group-item" href="#act_conn">act_conn</a>
@@ -2921,6 +2923,8 @@
29212923

29222924
<a class="list-group-item" href="#protobuf">protobuf</a>
29232925

2926+
<a class="list-group-item" href="#provider-name">provider-name</a>
2927+
29242928
<a class="list-group-item" href="#proxy-v2-options">proxy-v2-options</a>
29252929

29262930
</div> <!-- /letter -->
@@ -4632,7 +4636,7 @@
46324636
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46334637
</p>
46344638
<p class="text-right">
4635-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/04/30</b></small>
4639+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/05</b></small>
46364640
</p>
46374641
</div>
46384642
<!-- /.sidebar -->
@@ -4643,7 +4647,7 @@
46434647
<div class="text-center">
46444648
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46454649
<h2>Configuration Manual</h2>
4646-
<p><strong>version 3.2.17-19</strong></p>
4650+
<p><strong>version 3.2.17-20</strong></p>
46474651
<p>
46484652
2026/04/30<br>
46494653

@@ -33191,7 +33195,13 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3319133195
Or an ecdsa one:
3319233196

3319333197
openssl ecparam -name secp384r1 -genkey -noout -out account.key
33194-
</pre><a class="anchor" name="bits"></a><a class="anchor" name="12-bits"></a><a class="anchor" name="12.8-bits"></a><a class="anchor" name="bits (Other sections)"></a><a class="anchor" name="bits (ACME)"></a><div class="keyword"><b><a class="anchor" name="bits"></a><a href="#12.8-bits">bits</a></b> <span style="color: #080">&lt;number&gt;</span></div><pre class="text">Configure the number of bits to generate an RSA certificate. Default to 2048.
33198+
</pre><a class="anchor" name="acme-vars"></a><a class="anchor" name="12-acme-vars"></a><a class="anchor" name="12.8-acme-vars"></a><a class="anchor" name="acme-vars (Other sections)"></a><a class="anchor" name="acme-vars (ACME)"></a><div class="keyword"><b><a class="anchor" name="acme-vars"></a><a href="#12.8-acme-vars">acme-vars</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">Pass arbitrary variables to the external DNS provisioning tool (e.g. the
33199+
dataplaneAPI) via the &quot;dpapi&quot; sink. The semantics are tool-specific; refer
33200+
to your DNS provisioning tool's documentation.
33201+
33202+
This keyword is only meaningful when the challenge type is &quot;dns-01&quot;.
33203+
</pre><div class="page-header"><b>See also:</b> &quot;<a href="#challenge">challenge</a>&quot;, &quot;<a href="#provider-name">provider-name</a>&quot;</div>
33204+
<a class="anchor" name="bits"></a><a class="anchor" name="12-bits"></a><a class="anchor" name="12.8-bits"></a><a class="anchor" name="bits (Other sections)"></a><a class="anchor" name="bits (ACME)"></a><div class="keyword"><b><a class="anchor" name="bits"></a><a href="#12.8-bits">bits</a></b> <span style="color: #080">&lt;number&gt;</span></div><pre class="text">Configure the number of bits to generate an RSA certificate. Default to 2048.
3319533205
Setting a too high value can trigger a warning if your machine is not
3319633206
powerful enough. (This can be configured with &quot;<a href="#warn-blocked-traffic-after">warn-blocked-traffic-after</a>&quot;
3319733207
but blocking the traffic too long could trigger the watchdog.)
@@ -33213,7 +33223,13 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3321333223
(value), which is useful to reply to a challenge when there are multiple
3321433224
account used. The acme task will add entries before validating the challenge
3321533225
and will remove the entries at the end of the task.
33216-
</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
33226+
</pre><a class="anchor" name="provider-name"></a><a class="anchor" name="12-provider-name"></a><a class="anchor" name="12.8-provider-name"></a><a class="anchor" name="provider-name (Other sections)"></a><a class="anchor" name="provider-name (ACME)"></a><div class="keyword"><b><a class="anchor" name="provider-name"></a><a href="#12.8-provider-name">provider-name</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">Set the DNS provider name passed to the external DNS provisioning tool (e.g.
33227+
the dataplaneAPI) via the &quot;dpapi&quot; sink. The accepted values are
33228+
tool-specific; refer to your DNS provisioning tool's documentation.
33229+
33230+
This keyword is only meaningful when the challenge type is &quot;dns-01&quot;.
33231+
</pre><div class="page-header"><b>See also:</b> &quot;<a href="#challenge">challenge</a>&quot;, &quot;<a href="#acme-vars">acme-vars</a>&quot;</div>
33232+
<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
3321733233
previous one. Rotating private keys is recommended, when enabling this option
3321833234
it is recommended to regenerate manually the keys regularly.
3321933235

@@ -33303,7 +33319,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3330333319
<br>
3330433320
<hr>
3330533321
<div class="text-right">
33306-
HAProxy 3.2.17-19 &ndash; Configuration Manual<br>
33322+
HAProxy 3.2.17-20 &ndash; Configuration Manual<br>
3330733323
<small>, 2026/04/30</small>
3330833324
</div>
3330933325
</div>

docs/3.2/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.2.17-19 - Starter Guide</title>
5+
<title>HAProxy version 3.2.17-20 - 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>2026/04/30</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>2026/05/05</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.2.17-19</strong></p>
498+
<p><strong>version 3.2.17-20</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.2.17-19 &ndash; Starter Guide<br>
2518+
HAProxy 3.2.17-20 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.2/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.2.17-19 - Management Guide</title>
5+
<title>HAProxy version 3.2.17-20 - 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>2026/04/30</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>2026/05/05</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.2.17-19</strong></p>
676+
<p><strong>version 3.2.17-20</strong></p>
677677
<p>
678678
<br>
679679

@@ -5596,7 +5596,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55965596
<br>
55975597
<hr>
55985598
<div class="text-right">
5599-
HAProxy 3.2.17-19 &ndash; Management Guide<br>
5599+
HAProxy 3.2.17-20 &ndash; Management Guide<br>
56005600
<small>, </small>
56015601
</div>
56025602
</div>

0 commit comments

Comments
 (0)