mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
certbot: drop absolute path for deploy hook
This commit is contained in:
parent
a92156528a
commit
adec4b9bda
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name grapheneos.network \
|
||||||
-d grapheneos.network \
|
-d 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 \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name supl.grapheneos.org \
|
||||||
-d supl.grapheneos.org
|
-d supl.grapheneos.org
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name grapheneos.org \
|
||||||
-d grapheneos.org \
|
-d grapheneos.org \
|
||||||
-d www.grapheneos.org \
|
-d www.grapheneos.org \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name releases.grapheneos.org \
|
||||||
-d releases.grapheneos.org \
|
-d releases.grapheneos.org \
|
||||||
-d apps.grapheneos.org \
|
-d apps.grapheneos.org \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name attestation.app \
|
||||||
-d attestation.app \
|
-d attestation.app \
|
||||||
-d www.attestation.app
|
-d www.attestation.app
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name discuss.grapheneos.org \
|
||||||
-d discuss.grapheneos.org
|
-d discuss.grapheneos.org
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name grapheneos.social \
|
||||||
-d grapheneos.social \
|
-d grapheneos.social \
|
||||||
-d www.grapheneos.social
|
-d www.grapheneos.social
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name matrix.grapheneos.org \
|
||||||
-d matrix.grapheneos.org \
|
-d matrix.grapheneos.org \
|
||||||
-d element.grapheneos.org
|
-d element.grapheneos.org
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name mta-sts.mail.grapheneos.org \
|
||||||
-d mta-sts.mail.grapheneos.org \
|
-d mta-sts.mail.grapheneos.org \
|
||||||
-d mail.grapheneos.org \
|
-d mail.grapheneos.org \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name staging.attestation.app \
|
||||||
-d staging.attestation.app
|
-d staging.attestation.app
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
--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 \
|
--cert-name staging.grapheneos.org \
|
||||||
-d staging.grapheneos.org
|
-d staging.grapheneos.org
|
||||||
|
Loading…
Reference in New Issue
Block a user