diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh index 4509eff..f282b37 100755 --- a/init-letsencrypt.sh +++ b/init-letsencrypt.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e domains=(example.com www.example.com) # Specify domains here or use the -d argument data_path="./data/certbot" # Specify data path here or use the --data-path argument