From: Peter Palfrader Date: Sun, 9 Oct 2016 07:15:00 +0000 (+0200) Subject: raise life-time of HPKP to 3hrs X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e116c9247d418e6fcd8072e0b20e1496ec759117;p=mirror%2Fdsa-puppet.git raise life-time of HPKP to 3hrs --- diff --git a/modules/apache2/templates/ssl-key-pins.erb b/modules/apache2/templates/ssl-key-pins.erb index 119f8a421..f79cfffe6 100644 --- a/modules/apache2/templates/ssl-key-pins.erb +++ b/modules/apache2/templates/ssl-key-pins.erb @@ -23,7 +23,7 @@ res << "" 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