From 9d8fdb4659bd26e10ba5a9f7cd4c5d116c69582f Mon Sep 17 00:00:00 2001 From: Pistos Date: Mon, 3 Oct 2011 16:30:26 -0400 Subject: [PATCH] Added Gentoo's CA certs location to the comments in the example config. --- config/application.yml.example | 1 + 1 file changed, 1 insertion(+) 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://).