SSLProtocol is set by the default module config anyway
[mirror/dsa-puppet.git] / modules / apache2 / files / common-ssl.inc
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6
7 #   SSL Engine Switch:
8 #   Enable/Disable SSL for this virtual host.
9 SSLEngine on
10
11 #
12 #   Some MIME-types for downloading Certificates and CRLs
13 #   
14 AddType application/x-x509-ca-cert .crt
15 AddType application/x-pkcs7-crl    .crl
16
17 #   Add STS
18 Header add Strict-Transport-Security "max-age=604800"
19