use new OCSP cache path

This commit is contained in:
Daniel Micay
2023-07-09 18:23:17 -04:00
parent cf26b8423d
commit 74b26bbba5
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ http {
ssl_stapling on;
ssl_stapling_verify on;
# maintained by certbot-ocsp-fetcher
ssl_stapling_file ocsp-cache/grapheneos.org.der;
ssl_stapling_file /var/cache/certbot-ocsp-fetcher/grapheneos.org.der;
log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_protocol $server_protocol '
'$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '