mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-20 12:44:40 -04:00
update ocsp cache path for certbot deploy hook
This commit is contained in:
parent
adec4b9bda
commit
067b42213f
10 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name attestation.app \
|
||||
-d attestation.app \
|
||||
-d www.attestation.app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue