Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Mar 8, 2024
1 parent a7fa93a commit fcadd12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nginx/start.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/bin/bash

source ../../export.env
source ../../.env

domains=($SERVER_NAME)
rsa_key_size=4096
data_path="./data/certbot"
email=$CERTBOT_EMAIL
staging=0 # Set to 1 to avoid hitting request limits
staging=1 # Set to 1 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 fcadd12

Please sign in to comment.