call it a crt not a csr
This commit is contained in:
parent
9ae6abf3c7
commit
865dc57de9
2 changed files with 3 additions and 3 deletions
|
@ -716,7 +716,7 @@ smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5, RC4
|
|||
tls_ssl_options = no_ticket, no_compression
|
||||
|
||||
smtpd_tls_loglevel = 1
|
||||
smtpd_tls_cert_file = /etc/pki/tls/certs/gateway.csr
|
||||
smtpd_tls_cert_file = /etc/pki/tls/certs/gateway.crt
|
||||
smtpd_tls_key_file = /etc/pki/tls/private/gateway.key
|
||||
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
|
||||
smtpd_tls_session_cache_timeout = 3600s
|
||||
|
@ -738,6 +738,6 @@ 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/gateway.csr
|
||||
smtp_tls_cert_file = /etc/pki/tls/certs/gateway.crt
|
||||
smtp_tls_key_file = /etc/pki/tls/private/gateway.key
|
||||
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
tags:
|
||||
- postfix
|
||||
|
||||
- name: install /etc/pki/tls/certs/gateway.csr
|
||||
- name: install /etc/pki/tls/certs/gateway.crt
|
||||
copy:
|
||||
src="{{private}}/files/smtpd/gateway.crt"
|
||||
dest=/etc/pki/tls/certs/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue