mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-28 17:49:36 -04:00
DOC: ssl-load-extra-files only applies to certificates on bind lines
Be explicit about ssl-load-extra-files not applying to certificates referenced with the crt keyword on server lines. It must be backported in 2.2.
This commit is contained in:
parent
b0b7607a54
commit
587be9ce30
1 changed files with 2 additions and 1 deletions
|
|
@ -1373,7 +1373,8 @@ ssl-dh-param-file <file>
|
|||
|
||||
ssl-load-extra-files <none|all|bundle|sctl|ocsp|issuer|key>*
|
||||
This setting alters the way HAProxy will look for unspecified files during
|
||||
the loading of the SSL certificates.
|
||||
the loading of the SSL certificates associated to "bind" lines. It does not
|
||||
apply to certificates used for client authentication on "server" lines.
|
||||
|
||||
By default, HAProxy discovers automatically a lot of files not specified in
|
||||
the configuration, and you may want to disable this behavior if you want to
|
||||
|
|
|
|||
Loading…
Reference in a new issue