and we broke downloads for want of a nail
This commit is contained in:
parent
8c90ef6064
commit
ae8b90010d
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile {{ wildcard_crt_file }}
|
SSLCertificateFile /etc/pki/tls/certs/{{ wildcard_crt_file }}
|
||||||
SSLCertificateKeyFile {{ wildcard_key_file }}
|
SSLCertificateKeyFile /etc/pki/tls/private/{{ wildcard_key_file }}
|
||||||
SSLCertificateChainFile {{ wildcard_int_file }}
|
SSLCertificateChainFile /etc/pki/tls/certs/{{ wildcard_int_file }}
|
||||||
SSLHonorCipherOrder On
|
SSLHonorCipherOrder On
|
||||||
|
|
||||||
# https://fedorahosted.org/fedora-infrastructure/ticket/4101#comment:14
|
# https://fedorahosted.org/fedora-infrastructure/ticket/4101#comment:14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue