diff --git a/h5bp/directive-only/ssl-stapling.conf b/h5bp/directive-only/ssl-stapling.conf index 274e49e..0c65fc9 100644 --- a/h5bp/directive-only/ssl-stapling.conf +++ b/h5bp/directive-only/ssl-stapling.conf @@ -1,6 +1,9 @@ # OCSP stapling... ssl_stapling on; ssl_stapling_verify on; -#ssl_trusted_certificate /path/to/ca.crt; #trusted cert must be made up of your intermediate certificate followed by root certificate + +#trusted cert must be made up of your intermediate certificate followed by root certificate +#ssl_trusted_certificate /path/to/ca.crt; + resolver 8.8.8.8 8.8.4.4 216.146.35.35 216.146.36.36 valid=60s; resolver_timeout 2s;