diff --git a/templates/git.vhost.erb b/templates/git.vhost.erb index 6d77a56..09b8748 100644 --- a/templates/git.vhost.erb +++ b/templates/git.vhost.erb @@ -60,6 +60,7 @@ CustomLog /var/log/httpd/git-access.log combined SSLEngine on + SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 SSLCertificateFile <%= scope.lookupvar("cgit::ssl_cert_file") %> SSLCertificateKeyFile <%= scope.lookupvar("cgit::ssl_key_file") %>