From 36c6d7f04d25b63a6b86f418865e7275fb5deae8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 18 Sep 2016 17:50:25 +0200 Subject: HPKP: increase max-mage directive to 6 months from 1 hour. --- certs/hpkp-hdr.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'certs') 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 %} -- cgit v1.2.3