projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35be033
)
raise life-time of HPKP to 3hrs
author
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Oct 2016 07:15:00 +0000
(09:15 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Oct 2016 07:15:00 +0000
(09:15 +0200)
modules/apache2/templates/ssl-key-pins.erb
patch
|
blob
|
history
diff --git
a/modules/apache2/templates/ssl-key-pins.erb
b/modules/apache2/templates/ssl-key-pins.erb
index
119f8a4
..
f79cfff
100644
(file)
--- a/
modules/apache2/templates/ssl-key-pins.erb
+++ b/
modules/apache2/templates/ssl-key-pins.erb
@@
-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=
36
00"
+ pin_info << "max-age=
108
00"
pin_str = pin_info.join("; ")
res << " Header always set Public-Key-Pins \"#{pin_str}\""
else