This commit is contained in:
Mehdi 2023-11-23 00:23:27 +05:00
parent aacf86def4
commit 6ce2160b10

View File

@ -10,7 +10,7 @@ dry_run=true
cloudflare_token='' cloudflare_token=''
#Script will check this directory for empty, to determine to create or renew ssl certificates. #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. #-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. #Only 1 certificate will be generated, regardless of number of subdomains provided here.