Skip to content

Commit fb40dbf

Browse files
authored
Fix typos
2 parents 1178833 + cfb2c42 commit fb40dbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,11 @@ for auth in $authz; do
204204
fi
205205
done
206206

207-
208207
# Generating new ssl certificate
209208
ssl_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
213212
csr=$(openssl req -in $ssl_dir/$domain.csr -outform DER |encode_base64)
214213
payload='{"csr":"'$csr'"}'
215214
answer=$(query_le_v2 "$finalize" "$payload" "$nonce")
@@ -269,7 +268,6 @@ sed -i "/ $domain /d" $HESTIA/data/queue/letsencrypt.pipe
269268
# Notifying user
270269
send_notice 'LETSENCRYPT' "$domain SSL has been installed successfully"
271270

272-
273271
# Logging
274272
log_event "$OK" "$ARGUMENTS"
275273

0 commit comments

Comments
 (0)