Added Gentoo's CA certs location to the comments in the example config.
This commit is contained in:
parent
20f9ff8555
commit
9d8fdb4659
1 changed files with 1 additions and 0 deletions
|
|
@ -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://).
|
||||
|
|
|
|||
Loading…
Reference in a new issue