mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Temporary fix for CSR
This commit is contained in:
parent
60dcc89d32
commit
3a7d7158ca
1 changed files with 3 additions and 1 deletions
|
@ -162,7 +162,9 @@ if [ ! -e "$USER_DATA/ssl/le.conf" ]; then
|
||||||
echo "THUMB='$thumb'" >> $USER_DATA/ssl/le.conf
|
echo "THUMB='$thumb'" >> $USER_DATA/ssl/le.conf
|
||||||
if [ "$type" -eq 1]; then
|
if [ "$type" -eq 1]; then
|
||||||
echo "EMAIL='$email'" >> $USER_DATA/ssl/le.conf
|
echo "EMAIL='$email'" >> $USER_DATA/ssl/le.conf
|
||||||
else
|
echo "KID='$kid'" >> $USER_DATA/ssl/le.conf
|
||||||
|
else
|
||||||
|
echo "EMAIL='$email'" >> $USER_DATA/ssl/le.conf
|
||||||
echo "KID='$kid'" >> $USER_DATA/ssl/le.conf
|
echo "KID='$kid'" >> $USER_DATA/ssl/le.conf
|
||||||
fi
|
fi
|
||||||
chmod 660 $USER_DATA/ssl/le.conf
|
chmod 660 $USER_DATA/ssl/le.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue