File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787
8888# Generating CSR
8989ssl_dir=$( $BIN /v-generate-ssl-cert " $domain " " $email " " US" " California" \
90- " San Francisco" " Vesta " " IT" " $aliases " | tail -n1 | awk ' {print $2}' )
90+ " San Francisco" " Hestia " " IT" " $aliases " | tail -n1 | awk ' {print $2}' )
9191
9292# Signing CSR
9393crt=$( $BIN /v-sign-letsencrypt-csr $user $domain $ssl_dir )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ source $HESTIA/func/main.sh
1818# JSON list function
1919json_list () {
2020 echo ' {'
21- echo -e " \t\" VESTA \" : {"
21+ echo -e " \t\" HESTIA \" : {"
2222 echo " \" CRT\" : \" $crt \" ,"
2323 echo " \" KEY\" : \" $key \" ,"
2424 echo " \" CA\" : \" $ca \" ,"
Original file line number Diff line number Diff line change 99# Variable&Function #
1010# ----------------------------------------------------------#
1111
12- # Import VESTA variable for cron launch
12+ # Import Hestia variable for cron launch
1313source /etc/profile
1414
1515# Argument definition
You can’t perform that action at this time.
0 commit comments