mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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
|
restart=$2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source /usr/local/vesta/func/main.sh
|
||||||
|
source /usr/local/vesta/func/domain.sh
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Verifications #
|
# 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
|
sed -n "$key_start,${key_end}p" $TMPLOC/vst.pem > $TMPLOC/$domain.key
|
||||||
chmod 666 $TMPLOC/*
|
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";
|
USER_DATA="/usr/local/vesta/data/users/$user";
|
||||||
get_domain_values 'web'
|
get_domain_values 'web'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue