and finally use the new cert

This commit is contained in:
Kevin Fenzi 2018-08-15 20:45:36 +00:00
parent e1a8b796df
commit 785ecfc9a0

View file

@ -54,10 +54,9 @@ Alias /robots.txt /var/www/robots-src.txt
SSLEngine on
SSLCertificateFile conf/pkgs.fedoraproject.org_key_and_cert.pem
SSLCertificateKeyFile conf/pkgs.fedoraproject.org_key_and_cert.pem
SSLCACertificateFile conf/cacert.pem
SSLCARevocationFile /etc/pki/tls/crl.pem
SSLCertificateFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.cert
SSLCertificateKeyFile c/etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.key
SSLCertificateChainFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.intermediate.cert
SSLProtocol {{ ssl_protocols }}
SSLCipherSuite {{ ssl_ciphers }}