Skip to content
Extraits de code Groupes Projets
Valider cd3f2249 rédigé par Dennis Schubert's avatar Dennis Schubert
Parcourir les fichiers

Merge pull request #2097 from Pistos/gentoo-ca-certs-location

Gentoo ca certs location
parents e1990104 9d8fdb46
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,6 +21,7 @@ defaults: &defaults ...@@ -21,6 +21,7 @@ defaults: &defaults
# Setting the root certificate bundle (this is operating system specific). Defaults: # Setting the root certificate bundle (this is operating system specific). Defaults:
# CentOS: '/etc/pki/tls/certs/ca-bundle.crt' # CentOS: '/etc/pki/tls/certs/ca-bundle.crt'
# Debian: '/etc/ssl/certs/ca-certificates.crt' # Debian: '/etc/ssl/certs/ca-certificates.crt'
# Gentoo: '/etc/ssl/certs/ca-certificates.crt'
ca_file: '/etc/pki/tls/certs/ca-bundle.crt' ca_file: '/etc/pki/tls/certs/ca-bundle.crt'
# Secure websocket confguration (wss://). # Secure websocket confguration (wss://).
...@@ -54,7 +55,7 @@ defaults: &defaults ...@@ -54,7 +55,7 @@ defaults: &defaults
open_invitations: true open_invitations: true
# Set this to true if you don't want your users to follow the diasporahq@joindiaspora.com # Set this to true if you don't want your users to follow the diasporahq@joindiaspora.com
# account on account creation. The diasporahq account helps users start with some # account on account creation. The diasporahq account helps users start with some
# activity in their stream and get news about Diaspora, but if you don't want your server # activity in their stream and get news about Diaspora, but if you don't want your server
# to contact joindiaspora.com, set this to true: # to contact joindiaspora.com, set this to true:
no_follow_diasporahq: false no_follow_diasporahq: false
...@@ -133,7 +134,7 @@ defaults: &defaults ...@@ -133,7 +134,7 @@ defaults: &defaults
smtp_openssl_verify_mode: smtp_openssl_verify_mode:
# Domain of smtp server. # Domain of smtp server.
# This should match the common name of the certificate # This should match the common name of the certificate
# the SMTP server sends. If he sends one # the SMTP server sends. If he sends one
smtp_domain: 'example.com' smtp_domain: 'example.com'
...@@ -167,7 +168,7 @@ defaults: &defaults ...@@ -167,7 +168,7 @@ defaults: &defaults
paypal_hosted_button_id: "" paypal_hosted_button_id: ""
# Mount resque-web into routes # Mount resque-web into routes
# This allows an administrator to see info about the workers # This allows an administrator to see info about the workers
mount_resque_web: true mount_resque_web: true
# #
...@@ -197,7 +198,7 @@ integration_1: ...@@ -197,7 +198,7 @@ integration_1:
<<: *defaults <<: *defaults
pod_url: "http://localhost:45789" pod_url: "http://localhost:45789"
enable_splunk_logging: false enable_splunk_logging: false
integration_2: integration_2:
<<: *defaults <<: *defaults
pod_url: "http://localhost:34658" pod_url: "http://localhost:34658"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter