mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -07:00
Update v-install-unsigned-ssl
This commit is contained in:
parent
94ffccf1b0
commit
8933d2b5b0
1 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,9 @@ else
|
|||
restart=$2
|
||||
fi
|
||||
|
||||
source /usr/local/vesta/func/main.sh
|
||||
source /usr/local/vesta/func/domain.sh
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Verifications #
|
||||
#----------------------------------------------------------#
|
||||
|
@ -63,9 +66,6 @@ sed -n "1,${crt_end}p" $TMPLOC/vst.pem > $TMPLOC/$domain.crt
|
|||
sed -n "$key_start,${key_end}p" $TMPLOC/vst.pem > $TMPLOC/$domain.key
|
||||
chmod 666 $TMPLOC/*
|
||||
|
||||
source /usr/local/vesta/func/main.sh
|
||||
source /usr/local/vesta/func/domain.sh
|
||||
|
||||
USER_DATA="/usr/local/vesta/data/users/$user";
|
||||
get_domain_values 'web'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue