Remove unnecessary OCSP stapling config
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
d2ea15b130
commit
3833fd16eb
@ -19,13 +19,8 @@ ssl_session_ticket_key session-ticket-keys/3.key;
|
||||
ssl_session_ticket_key session-ticket-keys/2.key;
|
||||
ssl_session_ticket_key session-ticket-keys/1.key;
|
||||
|
||||
## Enable OCSP Stapling
|
||||
## We will use GrapheneOS's OCSP Fetcher to get the stapling file: https://github.com/GrapheneOS/infrastructure/blob/main/certbot-ocsp-fetcher
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
|
||||
## The following settings need to be declared manually per vhost:
|
||||
# ssl_certificate
|
||||
# ssl_certificate_key
|
||||
# ssl_trusted_certificate
|
||||
# ssl_stapling_file
|
||||
# ssl_stapling_file
|
||||
|
Loading…
x
Reference in New Issue
Block a user