server-configs-nginx/h5bp/directive-only/ssl-stapling.conf

10 lines
282 B
Plaintext
Raw Normal View History

2014-07-28 16:38:22 +02:00
# OCSP stapling...
ssl_stapling on;
ssl_stapling_verify on;
2014-10-29 19:47:17 +01:00
#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;