]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/ssl.erb
Increase HSTS expiry
[chef.git] / cookbooks / apache / templates / default / ssl.erb
index 17ee112b6c9b5ee6915660aa0061794f71fc0809..df7c2578d7bf547d501a3ccfb85c7f8cd54fcd6c 100644 (file)
@@ -11,5 +11,9 @@ SSLCertificateChainFile /etc/ssl/certs/letsencrypt.pem
 
 SSLUseStapling On
 SSLStaplingResponderTimeout 5
+SSLStaplingErrorCacheTimeout 60
 SSLStaplingReturnResponderErrors off
+SSLStaplingFakeTryLater off
 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
+
+Header setifempty Strict-Transport-Security max-age=86400 env=HTTPS