State which CA certificate format we expect
Note in the example configuration file that CA cert files should be in PEM format. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
69c1b07bc7
commit
c8bdda656a
@ -279,9 +279,10 @@ ssl = yes
|
||||
# sslclientkey = /path/to/file.key
|
||||
|
||||
# SSL CA Cert(s) to verify the server cert against (optional).
|
||||
# No SSL verification is done without this option, if it is
|
||||
# No SSL verification is done without this option. If it is
|
||||
# specified, the CA Cert(s) need to verify the Server cert AND
|
||||
# match the hostname (* wildcard allowed on the left hand side)
|
||||
# The certificate should be in PEM format.
|
||||
# sslcacertfile = /path/to/cacertfile.crt
|
||||
|
||||
# Specify the port. If not specified, use a default port.
|
||||
|
Loading…
Reference in New Issue
Block a user