diff --git a/config/application.yml.example b/config/application.yml.example index 3309e0d57..71902cad8 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -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://).