From 9cec692b282acd38d0182ddd2e875aec1263cd1c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 29 Jun 2023 13:25:10 -0400 Subject: [PATCH] fix staging.attestation.app name for certbot --- certbot/staging.attestation.app | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/staging.attestation.app b/certbot/staging.attestation.app index 5d49bb7..4fc8c4e 100644 --- a/certbot/staging.attestation.app +++ b/certbot/staging.attestation.app @@ -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