and finally use the new cert
This commit is contained in:
parent
e1a8b796df
commit
785ecfc9a0
1 changed files with 3 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue