Import some security things from copr-be
This commit is contained in:
parent
332795f612
commit
aa15e5ab38
1 changed files with 6 additions and 1 deletions
|
@ -4,8 +4,13 @@
|
|||
</VirtualHost>
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName release-monitoring.org
|
||||
ServerName release-monitoring.org:443
|
||||
|
||||
SSLEngine on
|
||||
SSLProtocol all -SSLv2
|
||||
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
||||
Header add Strict-Transport-Security "max-age=15768000"
|
||||
|
||||
SSLCertificateFile /etc/pki/tls/certs/release-monitoring.org.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/certs/release-monitoring.org.key
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue