mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
fix staging.attestation.app name for certbot
This commit is contained in:
parent
2641d41169
commit
9cec692b28
@ -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 "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
||||||
--cert-name staging.attestation.org \
|
--cert-name staging.attestation.app \
|
||||||
-d staging.attestation.org
|
-d staging.attestation.app
|
||||||
|
Loading…
Reference in New Issue
Block a user