We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec5e905 + 7c9cb85 commit 0f902b7Copy full SHA for 0f902b7
web-server/apache/gitlab-ssl-apache2.4.conf
@@ -22,7 +22,11 @@
22
SSLEngine on
23
#strong encryption ciphers only
24
#see ciphers(1) http://www.openssl.org/docs/apps/ciphers.html
25
- SSLCipherSuite SSLv3:TLSv1:+HIGH:!SSLv2:!MD5:!MEDIUM:!LOW:!EXP:!ADH:!eNULL:!aNULL
+ SSLProtocol all -SSLv2
26
+ SSLHonorCipherOrder on
27
+ SSLCipherSuite "ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS"
28
+ Header add Strict-Transport-Security: "max-age=15768000;includeSubdomains"
29
+ SSLCompression Off
30
SSLCertificateFile /etc/httpd/ssl.crt/gitlab.example.com.crt
31
SSLCertificateKeyFile /etc/httpd/ssl.key/gitlab.example.com.key
32
SSLCACertificateFile /etc/httpd/ssl.crt/your-ca.crt
0 commit comments