We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1178833 commit 40ab00bCopy full SHA for 40ab00b
bin/v-add-letsencrypt-domain
@@ -209,7 +209,7 @@ done
209
ssl_dir=$($BIN/v-generate-ssl-cert "$domain" "info@$domain" "US" "California"\
210
"San Francisco" "Hestia" "IT" "$aliases" |tail -n1 |awk '{print $2}')
211
212
-# Sedning CSR to finalize order / STEP 6
+# Sending CSR to finalize order / STEP 6
213
csr=$(openssl req -in $ssl_dir/$domain.csr -outform DER |encode_base64)
214
payload='{"csr":"'$csr'"}'
215
answer=$(query_le_v2 "$finalize" "$payload" "$nonce")
@@ -269,7 +269,6 @@ sed -i "/ $domain /d" $HESTIA/data/queue/letsencrypt.pipe
269
# Notifying user
270
send_notice 'LETSENCRYPT' "$domain SSL has been installed successfully"
271
272
-
273
# Logging
274
log_event "$OK" "$ARGUMENTS"
275
0 commit comments