diff --git a/certbot/0.grapheneos.network b/certbot/0.grapheneos.network index 60d1dd6..eec7562 100644 --- a/certbot/0.grapheneos.network +++ b/certbot/0.grapheneos.network @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name grapheneos.network \ -d grapheneos.network \ -d grapheneos.network \ @@ -19,6 +19,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \ --key-type rsa --rsa-key-size 3072 --reuse-key --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 supl.grapheneos.org \ -d supl.grapheneos.org diff --git a/certbot/0.grapheneos.org b/certbot/0.grapheneos.org index 1dda178..8b9dfa5 100644 --- a/certbot/0.grapheneos.org +++ b/certbot/0.grapheneos.org @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name grapheneos.org \ -d grapheneos.org \ -d www.grapheneos.org \ diff --git a/certbot/0.releases.grapheneos.org b/certbot/0.releases.grapheneos.org index c538d7a..fbd36e4 100644 --- a/certbot/0.releases.grapheneos.org +++ b/certbot/0.releases.grapheneos.org @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name releases.grapheneos.org \ -d releases.grapheneos.org \ -d apps.grapheneos.org \ diff --git a/certbot/attestation.app b/certbot/attestation.app index 6ce4e3e..0917d9e 100644 --- a/certbot/attestation.app +++ b/certbot/attestation.app @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name attestation.app \ -d attestation.app \ -d www.attestation.app diff --git a/certbot/discuss.grapheneos.org b/certbot/discuss.grapheneos.org index dba1783..4f95b89 100644 --- a/certbot/discuss.grapheneos.org +++ b/certbot/discuss.grapheneos.org @@ -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 diff --git a/certbot/grapheneos.social b/certbot/grapheneos.social index d2c21d1..29f81ab 100644 --- a/certbot/grapheneos.social +++ b/certbot/grapheneos.social @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name grapheneos.social \ -d grapheneos.social \ -d www.grapheneos.social diff --git a/certbot/matrix.grapheneos.org b/certbot/matrix.grapheneos.org index 86cbb76..a3dc69b 100644 --- a/certbot/matrix.grapheneos.org +++ b/certbot/matrix.grapheneos.org @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name matrix.grapheneos.org \ -d matrix.grapheneos.org \ -d element.grapheneos.org diff --git a/certbot/mta-sts.mail.grapheneos.org b/certbot/mta-sts.mail.grapheneos.org index 2f1b0cd..2e9a24a 100644 --- a/certbot/mta-sts.mail.grapheneos.org +++ b/certbot/mta-sts.mail.grapheneos.org @@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ + --deploy-hook "certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \ --cert-name mta-sts.mail.grapheneos.org \ -d mta-sts.mail.grapheneos.org \ -d mail.grapheneos.org \ diff --git a/certbot/staging.attestation.app b/certbot/staging.attestation.app index 4fc8c4e..0f9229c 100644 --- a/certbot/staging.attestation.app +++ b/certbot/staging.attestation.app @@ -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 staging.attestation.app \ -d staging.attestation.app diff --git a/certbot/staging.grapheneos.org b/certbot/staging.grapheneos.org index 8b5d532..01ed74b 100644 --- a/certbot/staging.grapheneos.org +++ b/certbot/staging.grapheneos.org @@ -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 staging.grapheneos.org \ -d staging.grapheneos.org