fix /etc/hosts for mkcert

This commit is contained in:
Matthew Hodgson
2024-11-09 17:22:07 +00:00
parent bd85ab3414
commit f2a9d0bcb3
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ if ! [ -x "$(command -v docker)" ]; then
fi
source .env
domains=("${DOMAINS[@]}") # deep copy the array
domains=($DOMAINS)
rsa_key_size=4096
data_path="./data/certbot"
read -p "admin email address for letsencrypt: " email