certbot: add ns2 variant of staging authoritative DNS

This commit is contained in:
Daniel Micay 2024-04-08 17:06:19 -04:00
parent 5106ec7f4a
commit 275d63e8b3
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name ns1.staging.grapheneos.org \
-d ns1.staging.grapheneos.org \
-d ns1.staging.attestation.app
-d ns2.staging.grapheneos.org \
-d ns1.staging.attestation.app \
-d ns2.staging.attestation.app