mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-02 19:46:23 -04:00
certbot: drop absolute path for deploy hook
This commit is contained in:
parent
a92156528a
commit
adec4b9bda
10 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||
--cert-name discuss.grapheneos.org \
|
||||
-d discuss.grapheneos.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue