correct ssl ca-cert variable name in sample conf
The sample configuration file includes a minor misspelling in the sslcacertfile variable, fixed herein. Signed-off-by: Ethan Schoonover <es@ethanschoonover.com> Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
229bcca491
commit
ff3eb17b0f
@ -282,7 +282,7 @@ ssl = yes
|
||||
# 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)
|
||||
# sslcacertcertfile = /path/to/cacertfile.crt
|
||||
# sslcacertfile = /path/to/cacertfile.crt
|
||||
|
||||
# Specify the port. If not specified, use a default port.
|
||||
# remoteport = 993
|
||||
|
Loading…
Reference in New Issue
Block a user