pagure / staging: correct path to certs, install tls_policy map
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0df1496ae6
commit
352ac4d6fd
1 changed files with 2 additions and 2 deletions
|
@ -697,7 +697,7 @@ smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
|||
smtpd_tls_mandatory_ciphers = high
|
||||
smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5, RC4
|
||||
smtpd_tls_loglevel = 1
|
||||
smtpd_tls_cert_file = /etc/pki/tls/certs/stg.pagure.io.crt
|
||||
smtpd_tls_cert_file = /etc/pki/tls/certs/stg.pagure.io.cert
|
||||
smtpd_tls_key_file = /etc/pki/tls/private/stg.pagure.io.key
|
||||
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
|
||||
smtpd_tls_security_level = may
|
||||
|
@ -715,7 +715,7 @@ smtp_tls_mandatory_protocols = !SSLv2,!SSLv3
|
|||
smtp_tls_mandatory_ciphers = high
|
||||
smtp_tls_mandatory_exclude_ciphers= aNULL, MD5, RC4
|
||||
smtp_tls_loglevel = 1
|
||||
smtp_tls_cert_file = /etc/pki/tls/certs/stg.pagure.io.crt
|
||||
smtp_tls_cert_file = /etc/pki/tls/certs/stg.pagure.io.cert
|
||||
smtp_tls_key_file = /etc/pki/tls/private/stg.pagure.io.key
|
||||
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
|
||||
smtp_tls_security_level = may
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue