fix staging.attestation.app name for certbot

This commit is contained in:
Daniel Micay 2023-06-29 13:25:10 -04:00
parent 2641d41169
commit 9cec692b28

View File

@ -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" \
--cert-name staging.attestation.org \
-d staging.attestation.org
--cert-name staging.attestation.app \
-d staging.attestation.app