Skip to content

Commit a2cb705

Browse files
author
Serghey Rodin
committed
Adding LE key on domain creation
1 parent 008942f commit a2cb705

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/v-add-web-domain

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ time=$(echo "$time_n_date" |cut -f 1 -d \ )
167167
date=$(echo "$time_n_date" |cut -f 2 -d \ )
168168

169169
# Adding domain in web.conf
170-
echo "DOMAIN='$domain' IP='$ip' IP6='' ALIAS='$ALIAS' TPL='$WEB_TEMPLATE' \
171-
SSL='no' SSL_HOME='same' FTP_USER='' FTP_MD5='' BACKEND='$BACKEND_TEMPLATE' \
172-
PROXY='$PROXY_TEMPLATE' PROXY_EXT='$PROXY_EXT' STATS='' STATS_USER='' \
173-
STATS_CRYPT='' U_DISK='0' U_BANDWIDTH='0' SUSPENDED='no' \
174-
TIME='$time' DATE='$date'" >> $USER_DATA/web.conf
170+
echo "DOMAIN='$domain' IP='$ip' IP6='' ALIAS='$ALIAS' TPL='$WEB_TEMPLATE'\
171+
SSL='no' SSL_HOME='same' LETSENCRYPT='no' FTP_USER='' FTP_MD5=''\
172+
BACKEND='$BACKEND_TEMPLATE' PROXY='$PROXY_TEMPLATE' PROXY_EXT='$PROXY_EXT'\
173+
STATS='' STATS_USER='' STATS_CRYPT='' U_DISK='0' U_BANDWIDTH='0'\
174+
SUSPENDED='no' TIME='$time' DATE='$date'" >> $USER_DATA/web.conf
175175

176176
# Restarting web server
177177
if [ "$restart" != 'no' ]; then

0 commit comments

Comments
 (0)