Skip to content

Commit ea341d4

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 8c62040 commit ea341d4

File tree

3 files changed

+49
-12
lines changed

3 files changed

+49
-12
lines changed

docs/dev/configuration.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-dev0-73 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev0-81 - 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" />
@@ -4424,7 +4424,7 @@
44244424
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44254425
</p>
44264426
<p class="text-right">
4427-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/06</b></small>
4427+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/09</b></small>
44284428
</p>
44294429
</div>
44304430
<!-- /.sidebar -->
@@ -4435,7 +4435,7 @@
44354435
<div class="text-center">
44364436
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44374437
<h2>Configuration Manual</h2>
4438-
<p><strong>version 3.2-dev0-73</strong></p>
4438+
<p><strong>version 3.2-dev0-81</strong></p>
44394439
<p>
44404440
2024/11/26<br>
44414441

@@ -31717,7 +31717,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3171731717
<br>
3171831718
<hr>
3171931719
<div class="text-right">
31720-
HAProxy 3.2-dev0-73 &ndash; Configuration Manual<br>
31720+
HAProxy 3.2-dev0-81 &ndash; Configuration Manual<br>
3172131721
<small>, 2024/11/26</small>
3172231722
</div>
3172331723
</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.2-dev0-73 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev0-81 - 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>2024/12/06</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>2024/12/09</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-dev0-73</strong></p>
498+
<p><strong>version 3.2-dev0-81</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-dev0-73 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev0-81 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 41 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-dev0-73 - Management Guide</title>
5+
<title>HAProxy version 3.2-dev0-81 - 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" />
@@ -591,6 +591,8 @@
591591

592592
<a class="list-group-item" href="#show ssl providers">show ssl providers</a>
593593

594+
<a class="list-group-item" href="#show ssl sni">show ssl sni</a>
595+
594596
<a class="list-group-item" href="#show startup-logs">show startup-logs</a>
595597

596598
<a class="list-group-item" href="#show stat">show stat</a>
@@ -652,7 +654,7 @@
652654
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
653655
</p>
654656
<p class="text-right">
655-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/06</b></small>
657+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/09</b></small>
656658
</p>
657659
</div>
658660
<!-- /.sidebar -->
@@ -663,7 +665,7 @@
663665
<div class="text-center">
664666
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
665667
<h2>Management Guide</h2>
666-
<p><strong>version 3.2-dev0-73</strong></p>
668+
<p><strong>version 3.2-dev0-81</strong></p>
667669
<p>
668670
<br>
669671

@@ -4368,6 +4370,41 @@ <h2 id="chapter-9.3" data-target="9.3"><small><a class="small" href="#9.3">9.3.<
43684370
- fips
43694371
- base
43704372
</code></pre>
4373+
</div><a class="anchor" name="show"></a><a class="anchor" name="9-show"></a><a class="anchor" name="9.3-show"></a><a class="anchor" name="show (Statistics and monitoring)"></a><a class="anchor" name="show (Unix Socket commands)"></a><a class="anchor" name="show ssl"></a><a class="anchor" name="9-show ssl"></a><a class="anchor" name="9.3-show ssl"></a><a class="anchor" name="show ssl (Statistics and monitoring)"></a><a class="anchor" name="show ssl (Unix Socket commands)"></a><a class="anchor" name="show ssl sni"></a><a class="anchor" name="9-show ssl sni"></a><a class="anchor" name="9.3-show ssl sni"></a><a class="anchor" name="show ssl sni (Statistics and monitoring)"></a><a class="anchor" name="show ssl sni (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show ssl sni"></a><a href="#9.3-show%20ssl%20sni">show ssl sni</a></b> <span style="color: #008">[-f <span style="color: #080">&lt;frontend&gt;</span>]</span></div><pre class="text">Dump every SNI configured for the designated frontend, or all frontends if no
4374+
frontend was specified. It allows to see what SNI are offered for a frontend,
4375+
and to identify if a SNI is defined multiple time by multiple certificates for
4376+
the same frontend.
4377+
4378+
Columns are separated by a single \t, allowing to parse it simply.
4379+
4380+
The frontend/bind column shows the frontend name followed by the bind line
4381+
position in the configuration (file:linenum).
4382+
4383+
The SNI column shows the SNI, it can be either a CN, a SAN or a positive
4384+
filter from a crt-list. Negative filters are not displayed.
4385+
4386+
The 'type' column shows the encryption algorithm type, it can be &quot;rsa&quot;, &quot;ecdsa&quot; or &quot;dsa&quot;.
4387+
4388+
The default certificates of a bind line, (which are either declared
4389+
explicitely by 'default-crt' or is implicitely the first certificate of a bind
4390+
line when no 'strict-sni' is used) shows the '*' character in the SNI column.
4391+
4392+
The 'filename' column can be either a filename from the configuration, or an
4393+
alias declarated in a crt-store.
4394+
4395+
The 'NotAfter' and 'NotBefore' columns are directly extracted from the X509
4396+
leaf certificate.
4397+
</pre><div class="separator">
4398+
<span class="label label-success">Example:</span>
4399+
<pre class="prettyprint">
4400+
<code>$ echo &quot;@1 show ssl sni&quot; | socat /var/run/haproxy-master.sock - | column -t -s $'\t'
4401+
<span class="comment"># Frontend/Bind SNI Type Filename NotAfter NotBefore</span>
4402+
li1/haproxy.cfg:10021 machine10 rsa machine10.pem.rsa Jun 13 13:37:21 2024 GMT May 14 13:37:21 2024 GMT
4403+
li1/haproxy.cfg:10021 machine10 ecdsa machine10.pem.ecdsa Jun 13 13:37:21 2024 GMT May 14 13:37:21 2024 GMT
4404+
li1/haproxy.cfg:10021 localhost rsa localhost.pem.rsa Jun 13 13:37:11 2024 GMT May 14 13:37:11 2024 GMT
4405+
li1/haproxy.cfg:10021 localhost ecdsa localhost.pem.ecdsa Jun 13 13:37:10 2024 GMT May 14 13:37:10 2024 GMT
4406+
li1/haproxy.cfg:10021 * rsa localhost.pem.rsa Jun 13 13:37:11 2024 GMT May 14 13:37:11 2024 GMT
4407+
</code></pre>
43714408
</div><a class="anchor" name="show"></a><a class="anchor" name="9-show"></a><a class="anchor" name="9.3-show"></a><a class="anchor" name="show (Statistics and monitoring)"></a><a class="anchor" name="show (Unix Socket commands)"></a><a class="anchor" name="show startup-logs"></a><a class="anchor" name="9-show startup-logs"></a><a class="anchor" name="9.3-show startup-logs"></a><a class="anchor" name="show startup-logs (Statistics and monitoring)"></a><a class="anchor" name="show startup-logs (Unix Socket commands)"></a><div class="keyword"><b><a class="anchor" name="show startup-logs"></a><a href="#9.3-show%20startup-logs">show startup-logs</a></b></div><pre class="text">Dump all messages emitted during the startup of the current haproxy process,
43724409
each startup-logs buffer is unique to its haproxy worker.
43734410

@@ -5394,7 +5431,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53945431
<br>
53955432
<hr>
53965433
<div class="text-right">
5397-
HAProxy 3.2-dev0-73 &ndash; Management Guide<br>
5434+
HAProxy 3.2-dev0-81 &ndash; Management Guide<br>
53985435
<small>, </small>
53995436
</div>
54005437
</div>

0 commit comments

Comments
 (0)