From ff590d1080b97ff8e9acefc41893f19bfd4b0a1a Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 6 Nov 2011 02:38:50 +0100 Subject: [PATCH] improved UX for ca_file setting [ci:skip] --- config/application.yml.example | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config/application.yml.example b/config/application.yml.example index 218e58b89..99fda42f9 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -18,11 +18,10 @@ defaults: &defaults # Websocket port - should normally be 8080 or 8081. socket_port: 8080 - # 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' + # Setting the root certificate bundle (this is operating system specific). Examples, uncomment one: + ca_file: '/etc/pki/tls/certs/ca-bundle.crt' # CentOS + #ca_file: '/etc/ssl/certs/ca-certificates.crt' # Debian + #ca_file: '/etc/ssl/certs/ca-certificates.crt' # Gentoo # Secure websocket confguration (wss://). # Requires SSL cert and key