Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanireza65 committed Aug 30, 2023
1 parent 9e2095e commit 1a287fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-letsencrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ domains=(profile.pondersource.net www.profile.pondersource.net)
rsa_key_size=4096
data_path="./data/certbot"
email="soltanireza65@gmail.com" # Adding a valid address is strongly recommended
staging=1 # Set to 1 if you're testing your setup to avoid hitting request limits
staging=0 # Set to 1 if you're testing your setup to avoid hitting request limits

if [ -d "$data_path" ]; then
read -p "Existing data found for $domains. Continue and replace existing certificate? (y/N) " decision
Expand Down

0 comments on commit 1a287fb

Please sign in to comment.