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:
Ethan Schoonover 2011-01-06 15:54:18 -08:00 committed by Nicolas Sebrecht
parent 229bcca491
commit ff3eb17b0f
1 changed files with 1 additions and 1 deletions

View File

@ -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