Skip to content

Commit 40ab00b

Browse files
Fix typos
1 parent 1178833 commit 40ab00b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ done
209209
ssl_dir=$($BIN/v-generate-ssl-cert "$domain" "info@$domain" "US" "California"\
210210
"San Francisco" "Hestia" "IT" "$aliases" |tail -n1 |awk '{print $2}')
211211

212-
# Sedning CSR to finalize order / STEP 6
212+
# Sending CSR to finalize order / STEP 6
213213
csr=$(openssl req -in $ssl_dir/$domain.csr -outform DER |encode_base64)
214214
payload='{"csr":"'$csr'"}'
215215
answer=$(query_le_v2 "$finalize" "$payload" "$nonce")
@@ -269,7 +269,6 @@ sed -i "/ $domain /d" $HESTIA/data/queue/letsencrypt.pipe
269269
# Notifying user
270270
send_notice 'LETSENCRYPT' "$domain SSL has been installed successfully"
271271

272-
273272
# Logging
274273
log_event "$OK" "$ARGUMENTS"
275274

0 commit comments

Comments
 (0)