summaryrefslogtreecommitdiffstats
path: root/certs/hpkp-hdr.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-09-18 17:50:25 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-09-18 17:50:25 +0200
commit36c6d7f04d25b63a6b86f418865e7275fb5deae8 (patch)
tree4cb1568a1022d9577b8c5eb4a19eb55c9f2f8789 /certs/hpkp-hdr.j2
parent65dfc4034cfce163f1749e2b4238da154d31550f (diff)
HPKP: increase max-mage directive to 6 months from 1 hour.
Diffstat (limited to 'certs/hpkp-hdr.j2')
-rw-r--r--certs/hpkp-hdr.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/hpkp-hdr.j2 b/certs/hpkp-hdr.j2
index 0226b5c..31cb81a 100644
--- a/certs/hpkp-hdr.j2
+++ b/certs/hpkp-hdr.j2
@@ -11,6 +11,6 @@
{%- endfor %}
{%- if pins | length > 0 %}
-{% set directives = pins + ['max-age=3600'] %}
+{% set directives = pins + ['max-age=15768000'] %}
add_header Public-Key-Pins '{{ directives | join('; ') }}';
{% endif %}