raise life-time of HPKP to 3hrs
authorPeter Palfrader <peter@palfrader.org>
Sun, 9 Oct 2016 07:15:00 +0000 (09:15 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 9 Oct 2016 07:15:00 +0000 (09:15 +0200)
modules/apache2/templates/ssl-key-pins.erb

index 119f8a4..f79cfff 100644 (file)
@@ -23,7 +23,7 @@
     res << "<Macro http-pkp-#{site}>"
     if pin_info.size >= 2 then
       pin_info = pin_info.map{ |x| x.gsub('"', '\"') }
-      pin_info << "max-age=3600"
+      pin_info << "max-age=10800"
       pin_str = pin_info.join("; ")
       res << "  Header always set Public-Key-Pins \"#{pin_str}\""
     else