From 275d63e8b3e2e6326ef495556e251b7c4d596ce4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 8 Apr 2024 17:06:19 -0400 Subject: [PATCH] certbot: add ns2 variant of staging authoritative DNS --- certbot/ns1.staging.grapheneos.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/certbot/ns1.staging.grapheneos.org b/certbot/ns1.staging.grapheneos.org index 6234fcd..86ccf32 100644 --- a/certbot/ns1.staging.grapheneos.org +++ b/certbot/ns1.staging.grapheneos.org @@ -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