f6f34eff923e49de207327895988b565eabe2a75
[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 #   SSL Protocol support:
12 #   List the protocol versions which clients are allowed to
13 #   connect with. Disable SSLv2 by default (cf. RFC 6176).
14 SSLProtocol all -SSLv2
15
16 #
17 #   Some MIME-types for downloading Certificates and CRLs
18 #   
19 AddType application/x-x509-ca-cert .crt
20 AddType application/x-pkcs7-crl    .crl
21
22 #   Add STS
23 Header add Strict-Transport-Security "max-age=604800"
24