diff --git a/generate-certs.sh b/generate-certs.sh index 462bd1b..2bb6d1d 100644 --- a/generate-certs.sh +++ b/generate-certs.sh @@ -10,7 +10,7 @@ dry_run=true cloudflare_token='' #Script will check this directory for empty, to determine to create or renew ssl certificates. -live_certs_dir="certs/live/calm.biz"; +live_certs_dir="certs/live/test.com"; #-d test.com, -d *.test.com means certificate for: test.com and it's wildcard subdomains. #Only 1 certificate will be generated, regardless of number of subdomains provided here.