From faf4b6a430c0f9935508c620569abda4199bfa2d Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Fri, 26 Jul 2024 03:12:28 -0500 Subject: [PATCH 1/1] Added verbosity --- certbot-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-fetch.sh b/certbot-fetch.sh index 378b467..60cf431 100755 --- a/certbot-fetch.sh +++ b/certbot-fetch.sh @@ -9,4 +9,4 @@ docker run -it --rm --name certbot \ -e "AWS_SHARED_CREDENTIALS_FILE=/aws/credentials" \ -p 80:80 \ certbot/dns-route53 certonly -n \ - --dns-route53 -d 'purplebirdman.com,*.purplebirdman.com' + --dns-route53 -v -d 'purplebirdman.com,*.purplebirdman.com' -- 2.47.2