roles/nginx: Add a second OCSP stapling responder
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
7457ac3b93
commit
0dc4d3f147
@ -17,7 +17,7 @@
|
||||
# OCSP stapling...
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
resolver 8.8.4.4;
|
||||
resolver 8.8.4.4 8.8.8.8;
|
||||
|
||||
# nginx does not auto-rotate session ticket keys: only a HUP / restart will do so and
|
||||
# when a restart is performed the previous key is lost, which resets all previous
|
||||
|
Loading…
Reference in New Issue
Block a user