Move to using new certs for fedorapeople
Get new certs per instructions Put new certs in ansible_private from letsencrypt Change the cert name in configs to 2023 to show different from 2017 one. Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
5e75fa84c6
commit
69ba9efed8
3 changed files with 6 additions and 6 deletions
|
@ -80,8 +80,8 @@
|
|||
- role: apache
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: wildcard-2017.fedorapeople.org
|
||||
SSLCertificateChainFile: wildcard-2017.fedorapeople.org.intermediate.cert
|
||||
certname: wildcard-2023.fedorapeople.org
|
||||
SSLCertificateChainFile: wildcard-2023.fedorapeople.org.intermediate.cert
|
||||
|
||||
- people
|
||||
|
||||
|
|
|
@ -27,9 +27,9 @@ NameVirtualHost *:80
|
|||
DocumentRoot /srv/people/site
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/pki/tls/certs/wildcard-2017.fedorapeople.org.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/wildcard-2017.fedorapeople.org.key
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/wildcard-2017.fedorapeople.org.intermediate.cert
|
||||
SSLCertificateFile /etc/pki/tls/certs/wildcard-2023.fedorapeople.org.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/wildcard-2023.fedorapeople.org.key
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/wildcard-2023.fedorapeople.org.intermediate.cert
|
||||
SSLHonorCipherOrder On
|
||||
SSLCipherSuite {{ ssl_ciphers }}
|
||||
SSLProtocol {{ ssl_protocols }}
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
SSLEngine on
|
||||
SSLCertificateFile /etc/pki/tls/certs/planet.fedoraproject.org.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/planet.fedoraproject.org.key
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/wildcard-2017.fedorapeople.org.intermediate.cert
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/wildcard-2023.fedorapeople.org.intermediate.cert
|
||||
SSLHonorCipherOrder On
|
||||
SSLProtocol {{ ssl_protocols }}
|
||||
SSLCipherSuite {{ ssl_ciphers }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue