Added certbot-docker-script

This commit is contained in:
Mehdi 2023-11-23 00:22:27 +05:00
parent 46c2ba5701
commit aacf86def4

2
generate-certs.sh Executable file → Normal file
View File

@ -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/test.com";
live_certs_dir="certs/live/calm.biz";
#-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.