mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-06 15:20:56 -05:00
DOC: configuration: add quic4 to the ssl-f-use example
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.
This commit is contained in:
parent
582614e1b2
commit
1cd0b35896
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue