File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -204,12 +204,11 @@ for auth in $authz; do
204204 fi
205205done
206206
207-
208207# Generating new ssl certificate
209208ssl_dir=$( $BIN /v-generate-ssl-cert " $domain " " info@$domain " " US" " California" \
210209 " San Francisco" " Hestia" " IT" " $aliases " | tail -n1 | awk ' {print $2}' )
211210
212- # Sedning CSR to finalize order / STEP 6
211+ # Sending CSR to finalize order / STEP 6
213212csr=$( openssl req -in $ssl_dir /$domain .csr -outform DER | encode_base64)
214213payload=' {"csr":"' $csr ' "}'
215214answer=$( query_le_v2 " $finalize " " $payload " " $nonce " )
@@ -269,7 +268,6 @@ sed -i "/ $domain /d" $HESTIA/data/queue/letsencrypt.pipe
269268# Notifying user
270269send_notice ' LETSENCRYPT' " $domain SSL has been installed successfully"
271270
272-
273271# Logging
274272log_event " $OK " " $ARGUMENTS "
275273
You can’t perform that action at this time.
0 commit comments