mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
letsencrypt optional email
This commit is contained in:
parent
81b2f57fff
commit
04948fc644
@ -132,8 +132,11 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
# setting value in RaspiBlitz config
|
||||
sudo sed -i "s/^letsencrypt=.*/letsencrypt=on/g" /mnt/hdd/raspiblitz.conf
|
||||
|
||||
address=$(menu_enter_email)
|
||||
echo ""
|
||||
address="$2"
|
||||
if [ "$2" == "enter-email" ]; then
|
||||
address=$(menu_enter_email)
|
||||
echo ""
|
||||
fi
|
||||
|
||||
acme_install "${address}"
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user