mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
update LE key
This commit is contained in:
parent
052da3ae9d
commit
3a73db2a99
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ chown -R $user:$user $tmpdir
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Update config
|
||||
if [ ! -z "$LETSENCRYPT" ]; then
|
||||
update_object_value 'web' 'DOMAIN' "$domain" '$LETSENCRYPT' 'no'
|
||||
fi
|
||||
update_object_value 'web' 'DOMAIN' "$domain" '$SSL' 'no'
|
||||
|
||||
# Decreasing domain value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue