]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: add quic4 to the ssl-f-use example
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 08:50:39 +0000 (10:50 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 29 Apr 2025 08:50:39 +0000 (10:50 +0200)
The ssl-f-use keyword is very useful in the case of multiple SSL bind
lines. Add a quic4 bind line in the example to show that.

doc/configuration.txt

index 139daed2e6851519901c50f207906e82b29bed52..325b9186f77935d31faca7161b18d0ff076100bf 100644 (file)
@@ -12845,6 +12845,7 @@ ssl-f-use [<sslbindconf> ...]*
 
     frontend https
         bind :443 ssl
+        bind quic4@:443 ssl
         ssl-f-use crt foobar.pem.rsa sigalgs "RSA-PSS+SHA256"
         ssl-f-use crt test.foobar.pem
         ssl-f-use crt test2.foobar.crt key test2.foobar.key ocsp test2.foobar.ocsp ocsp-update on