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;
|
|
|
|
|
2014-10-28 22:09:57 +01:00
|
|
|
resolver 8.8.8.8 8.8.4.4 216.146.35.35 216.146.36.36 valid=60s;
|
|
|
|
resolver_timeout 2s;
|