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
@ -12845,6 +12845,7 @@ ssl-f-use [<sslbindconf> ...]*
|
|||||||
|
|
||||||
frontend https
|
frontend https
|
||||||
bind :443 ssl
|
bind :443 ssl
|
||||||
|
bind quic4@:443 ssl
|
||||||
ssl-f-use crt foobar.pem.rsa sigalgs "RSA-PSS+SHA256"
|
ssl-f-use crt foobar.pem.rsa sigalgs "RSA-PSS+SHA256"
|
||||||
ssl-f-use crt test.foobar.pem
|
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
|
ssl-f-use crt test2.foobar.crt key test2.foobar.key ocsp test2.foobar.ocsp ocsp-update on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user