From a07fa271e3f044fd1dfc7bbea493bb5568456974 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 21 Jun 2023 13:40:43 -0400 Subject: [PATCH] fix domain for mail.grapheneos.org certbot init --- certbot/mail.grapheneos.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/mail.grapheneos.org b/certbot/mail.grapheneos.org index eb58985..7392422 100644 --- a/certbot/mail.grapheneos.org +++ b/certbot/mail.grapheneos.org @@ -1,5 +1,5 @@ certbot certonly --standalone --no-eff-email \ --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" \ - --cert-name staging.grapheneos.org \ - -d staging.grapheneos.org + --cert-name mail.grapheneos.org \ + -d mail.grapheneos.org