Added Gentoo's CA certs location to the comments in the example config.

This commit is contained in:
Pistos 2011-10-03 16:30:26 -04:00
parent 20f9ff8555
commit 9d8fdb4659

View file

@ -21,6 +21,7 @@ defaults: &defaults
# Setting the root certificate bundle (this is operating system specific). Defaults:
# CentOS: '/etc/pki/tls/certs/ca-bundle.crt'
# Debian: '/etc/ssl/certs/ca-certificates.crt'
# Gentoo: '/etc/ssl/certs/ca-certificates.crt'
ca_file: '/etc/pki/tls/certs/ca-bundle.crt'
# Secure websocket confguration (wss://).