Skip to content

Commit 97c5cce

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 654a779 commit 97c5cce

File tree

3 files changed

+44
-32
lines changed

3 files changed

+44
-32
lines changed

docs/dev/configuration.html

+16-13
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-dev14-10 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev14-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" />
@@ -1351,7 +1351,9 @@
13511351

13521352
<a class="list-group-item" href="#acl (Fetching samples from internal states)">acl (Fetching samples from internal states)</a>
13531353

1354-
<a class="list-group-item" href="#acme">acme</a>
1354+
<a class="list-group-item" href="#acme (Load options)">acme (Load options)</a>
1355+
1356+
<a class="list-group-item" href="#acme (ACME)">acme (ACME)</a>
13551357

13561358
<a class="list-group-item" href="#act_conn">act_conn</a>
13571359

@@ -1689,6 +1691,8 @@
16891691

16901692
<a class="list-group-item" href="#crt-list">crt-list</a>
16911693

1694+
<a class="list-group-item" href="#crt-store">crt-store</a>
1695+
16921696
<a class="list-group-item" href="#cur_client_timeout">cur_client_timeout</a>
16931697

16941698
<a class="list-group-item" href="#cur_server_timeout">cur_server_timeout</a>
@@ -4557,7 +4561,7 @@
45574561
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45584562
</p>
45594563
<p class="text-right">
4560-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/02</b></small>
4564+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/06</b></small>
45614565
</p>
45624566
</div>
45634567
<!-- /.sidebar -->
@@ -4568,7 +4572,7 @@
45684572
<div class="text-center">
45694573
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
45704574
<h2>Configuration Manual</h2>
4571-
<p><strong>version 3.2-dev14-10</strong></p>
4575+
<p><strong>version 3.2-dev14-20</strong></p>
45724576
<p>
45734577
2025/05/02<br>
45744578

@@ -10752,20 +10756,19 @@ <h2 id="chapter-3.11" data-target="3.11"><small><a class="small" href="#3.11">3.
1075210756
<a class="anchor" id="3.12" name="3.12"></a>
1075310757
<h2 id="chapter-3.12" data-target="3.12"><small><a class="small" href="#3.12">3.12.</a></small> Certificate Storage</h2>
1075410758
<div><pre class="text">HAProxy uses an internal storage mechanism to load and store certificates used
10755-
in the configuration. This storage can be configured by using a &quot;crt-store&quot;
10759+
in the configuration. This storage can be configured by using a &quot;<a href="#crt-store">crt-store</a>&quot;
1075610760
section. It allows to configure certificate definitions and which files should
1075710761
be loaded in it. A certificate definition must be written before it is used
1075810762
elsewhere in the configuration.
10759-
10760-
The &quot;crt-store&quot; takes an optional name in argument. If a name is specified,
10763+
</pre><a class="anchor" name="crt-store"></a><a class="anchor" name="3-crt-store"></a><a class="anchor" name="3.12-crt-store"></a><a class="anchor" name="crt-store (Global parameters)"></a><a class="anchor" name="crt-store (Certificate Storage)"></a><div class="keyword"><b><a class="anchor" name="crt-store"></a><a href="#3.12-crt-store">crt-store</a></b> <span style="color: #008">[<span style="color: #080">&lt;name&gt;</span>]</span></div><pre class="text">The &quot;<a href="#crt-store">crt-store</a>&quot; takes an optional name in argument. If a name is specified,
1076110764
every certificate of this store must be referenced using &quot;@&lt;name&gt;/&lt;crt&gt;&quot; or
1076210765
&quot;@&lt;name&gt;/&lt;alias&gt;&quot;.
1076310766

1076410767
Files in the certificate storage can also be updated dynamically with the CLI.
1076510768
See &quot;set ssl cert&quot; in the <a href="#9.3">section 9.3</a> of the management guide.
1076610769

1076710770

10768-
The following keywords are supported in the &quot;crt-store&quot; section :
10771+
The following keywords are supported in the &quot;<a href="#crt-store">crt-store</a>&quot; section :
1076910772
- <a href="#crt-base">crt-base</a>
1077010773
- <a href="#key-base">key-base</a>
1077110774
- <a href="#load">load</a>
@@ -10819,7 +10822,7 @@ <h3 id="chapter-3.12.1" data-target="3.12.1"><small><a class="small" href="#3.12
1081910822
</pre><a class="anchor" name="domains"></a><a class="anchor" name="3-domains"></a><a class="anchor" name="3.12.1-domains"></a><a class="anchor" name="domains (Global parameters)"></a><a class="anchor" name="domains (Load options)"></a><div class="keyword"><b><a class="anchor" name="domains"></a><a href="#3.12.1-domains">domains</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">Configure the list of domains that will be used for ACME certificates. The
1082010823
first domain of the list is used as the CN. Domains are separated by commas in the list.
1082110824

10822-
See also Section 3.13 (&quot;ACME&quot;) and &quot;<a href="#acme">acme</a>&quot; in this section.
10825+
See also Section 3.13 (&quot;ACME&quot;) and &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">acme<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#acme%20%28Load%20options%29">Load options</a></li><li><a href="#acme%20%28ACME%29">ACME</a></li></ul></span>&quot; in this section.
1082310826
</pre><div class="separator">
1082410827
<span class="label label-success">Example:</span>
1082510828
<pre class="prettyprint">
@@ -10936,7 +10939,7 @@ <h3 id="chapter-3.12.1" data-target="3.12.1"><small><a class="small" href="#3.12
1093610939
</pre></div>
1093710940
<a class="anchor" id="3.13" name="3.13"></a>
1093810941
<h2 id="chapter-3.13" data-target="3.13"><small><a class="small" href="#3.13">3.13.</a></small> ACME</h2>
10939-
<div><pre class="text">The ACME protocol can be configured using the &quot;<a href="#acme">acme</a>&quot; section. The section takes
10942+
<div><a class="anchor" name="acme"></a><a class="anchor" name="3-acme"></a><a class="anchor" name="3.13-acme"></a><a class="anchor" name="acme (Global parameters)"></a><a class="anchor" name="acme (ACME)"></a><div class="keyword"><b><a class="anchor" name="acme"></a><a href="#3.13-acme">acme</a></b> <span style="color: #080">&lt;name&gt;</span></div><pre class="text">The ACME protocol can be configured using the &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">acme<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#acme%20%28Load%20options%29">Load options</a></li><li><a href="#acme%20%28ACME%29">ACME</a></li></ul></span>&quot; section. The section takes
1094010943
a &quot;&lt;name&gt;&quot; argument, which is used to link a certificate to the section.
1094110944

1094210945
The ACME section allows to configure HAProxy as an ACMEv2 client. This feature
@@ -10956,7 +10959,7 @@ <h2 id="chapter-3.13" data-target="3.13"><small><a class="small" href="#3.13">3.
1095610959
curtime + (notAfter - notBefore) / 12, or 7 days if notBefore is not defined.
1095710960
The scheduler will then sleep and wakeup after 12 hours.
1095810961
It is possible to start manually a renewal task with &quot;acme renew'.
10959-
See also &quot;acme ps&quot; in the management guide.
10962+
See also &quot;acme status&quot; in the management guide.
1096010963

1096110964
The following keywords are usable in the ACME section:
1096210965
</pre><a class="anchor" name="account-key"></a><a class="anchor" name="3-account-key"></a><a class="anchor" name="3.13-account-key"></a><a class="anchor" name="account-key (Global parameters)"></a><a class="anchor" name="account-key (ACME)"></a><div class="keyword"><b><a class="anchor" name="account-key"></a><a href="#3.13-account-key">account-key</a></b> <span style="color: #080">&lt;filename&gt;</span></div><pre class="text">Configure the path to the account key. The key need to be generated before
@@ -21665,7 +21668,7 @@ <h2 id="chapter-5.1" data-target="5.1"><small><a class="small" href="#5.1">5.1.<
2166521668

2166621669
HAProxy uses a cache system, the files are loaded only once in the certificate
2166721670
storage, and each next &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">crt<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#crt%20%28Load%20options%29">Load options</a></li><li><a href="#crt%20%28Bind%20options%29">Bind options</a></li><li><a href="#crt%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot; keyword will use this cached version. When the
21668-
certificate was declared in a &quot;crt-store&quot;, the certificate storage is
21671+
certificate was declared in a &quot;<a href="#crt-store">crt-store</a>&quot;, the certificate storage is
2166921672
populated from there and don't try to load additional files by detecting file
2167021673
extensions.
2167121674

@@ -32661,7 +32664,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3266132664
<br>
3266232665
<hr>
3266332666
<div class="text-right">
32664-
HAProxy 3.2-dev14-10 &ndash; Configuration Manual<br>
32667+
HAProxy 3.2-dev14-20 &ndash; Configuration Manual<br>
3266532668
<small>, 2025/05/02</small>
3266632669
</div>
3266732670
</div>

docs/dev/intro.html

+4-4
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-dev14-10 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev14-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>2025/05/02</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/05/06</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-dev14-10</strong></p>
498+
<p><strong>version 3.2-dev14-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-dev14-10 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev14-20 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

0 commit comments

Comments
 (0)