aboutsummaryrefslogtreecommitdiff
path: root/nginx-common/conf/includes/public_key_pin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-common/conf/includes/public_key_pin.conf')
-rw-r--r--nginx-common/conf/includes/public_key_pin.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx-common/conf/includes/public_key_pin.conf b/nginx-common/conf/includes/public_key_pin.conf
deleted file mode 100644
index 80e0e83..0000000
--- a/nginx-common/conf/includes/public_key_pin.conf
+++ /dev/null
@@ -1,4 +0,0 @@
1# This is not used because it's too risky in the case of CA changes
2#
3# openssl x509 -in le2 -pubkey | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | base64
4add_header Public-Key-Pins 'pin-sha256="klO23nT2ehFDXCfx3eHTDRESMz3asj1muO+4aIdjiuY="; pin-sha256="633lt352PKRXbOwf4xSEa1M517scpD3l5f79xMD9r9Q="; max-age=0; includeSubDomains' always;