From 53809d21a68843d07eb838d3c880b412d06a37b4 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Fri, 26 Jul 2024 03:09:07 -0500 Subject: [PATCH] Made script noninteractive --- certbot-fetch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot-fetch.sh b/certbot-fetch.sh index 9b4267d..378b467 100755 --- a/certbot-fetch.sh +++ b/certbot-fetch.sh @@ -8,4 +8,5 @@ docker run -it --rm --name certbot \ -e "AWS_CONFIG_FILE=/aws/config" \ -e "AWS_SHARED_CREDENTIALS_FILE=/aws/credentials" \ -p 80:80 \ - certbot/dns-route53 certonly + certbot/dns-route53 certonly -n \ + --dns-route53 -d 'purplebirdman.com,*.purplebirdman.com' -- 2.47.2