eustasy / Bubbly

BASH: Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
MIT License
218 stars 21 forks source link

FEATURE: Public Key Pinning (HPKP) #8

Closed lewisgoddard closed 6 years ago

lewisgoddard commented 8 years ago

Roadmap

lewisgoddard commented 6 years ago

Google is abandoning HPKP in favour of the Expect-CT header.

This makes things much easier, as it works like CSP but for Certificate Transparency. No more hashing certificates and updating a file.

Expect-CT: max-age=0, report-uri="https://scotthelme.report-uri.io/r/default/ct/reportOnly"
Expect-CT: enforce,max-age=30,report-uri="https://scotthelme.report-uri.io/r/default/ct/enforce"
lewisgoddard commented 6 years ago

See #16 for Expect-CT support.