No need for Gentoo having its own certificate_authorities example
This commit is contained in:
parent
5994180900
commit
811ef66b1c
1 changed files with 2 additions and 4 deletions
|
|
@ -41,12 +41,10 @@ configuration: ## Section
|
||||||
## Setting the bundle of certificate authorities (CA) certificates.
|
## Setting the bundle of certificate authorities (CA) certificates.
|
||||||
## This is operating system specific.
|
## This is operating system specific.
|
||||||
## Examples, uncomment one or add your own:
|
## Examples, uncomment one or add your own:
|
||||||
## Debian, Ubuntu, Archlinux (package ca-certificates)
|
## Debian, Ubuntu, Archlinux, Gentoo (package ca-certificates)
|
||||||
#certificate_authorities: '/etc/ssl/certs/ca-certificates.crt'
|
#certificate_authorities: '/etc/ssl/certs/ca-certificates.crt'
|
||||||
## CentOS
|
## CentOS, Fedora
|
||||||
#certificate_authorities: '/etc/pki/tls/certs/ca-bundle.crt'
|
#certificate_authorities: '/etc/pki/tls/certs/ca-bundle.crt'
|
||||||
## Gentoo
|
|
||||||
#certificate_authorities: '/etc/ssl/certs/ca-certificates.crt'
|
|
||||||
|
|
||||||
## URL for a remote redis.
|
## URL for a remote redis.
|
||||||
## Don't forget to restrict the IP access!
|
## Don't forget to restrict the IP access!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue