improved UX for ca_file setting [ci:skip]
This commit is contained in:
parent
9a2ee973a3
commit
ff590d1080
1 changed files with 4 additions and 5 deletions
|
|
@ -18,11 +18,10 @@ defaults: &defaults
|
||||||
# Websocket port - should normally be 8080 or 8081.
|
# Websocket port - should normally be 8080 or 8081.
|
||||||
socket_port: 8080
|
socket_port: 8080
|
||||||
|
|
||||||
# Setting the root certificate bundle (this is operating system specific). Defaults:
|
# Setting the root certificate bundle (this is operating system specific). Examples, uncomment one:
|
||||||
# CentOS: '/etc/pki/tls/certs/ca-bundle.crt'
|
ca_file: '/etc/pki/tls/certs/ca-bundle.crt' # CentOS
|
||||||
# Debian: '/etc/ssl/certs/ca-certificates.crt'
|
#ca_file: '/etc/ssl/certs/ca-certificates.crt' # Debian
|
||||||
# Gentoo: '/etc/ssl/certs/ca-certificates.crt'
|
#ca_file: '/etc/ssl/certs/ca-certificates.crt' # Gentoo
|
||||||
ca_file: '/etc/pki/tls/certs/ca-bundle.crt'
|
|
||||||
|
|
||||||
# Secure websocket confguration (wss://).
|
# Secure websocket confguration (wss://).
|
||||||
# Requires SSL cert and key
|
# Requires SSL cert and key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue