From e116c9247d418e6fcd8072e0b20e1496ec759117 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 9 Oct 2016 09:15:00 +0200 Subject: [PATCH] raise life-time of HPKP to 3hrs --- modules/apache2/templates/ssl-key-pins.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1