Skip to content

Commit

Permalink
Insert newline separator before confirmations
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 20, 2023
1 parent 350c0c6 commit cc089ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ The inline credentials files:
The duplicate certificate:
* $dup_crt_by_serial"

confirm " Continue with revocation: " "yes" "\
confirm " Continue with revocation: " "yes" "
Please confirm that you wish to revoke the certificate
with the following subject:

Expand Down Expand Up @@ -2943,7 +2943,7 @@ The inline credentials files:
The duplicate certificate:
* $dup_crt_by_serial"

confirm " Continue with renewal: " "yes" "\
confirm " Continue with renewal: " "yes" "
Please confirm you wish to renew the certificate
with the following subject:

Expand Down Expand Up @@ -3172,7 +3172,7 @@ This process is destructive!
These files will be MOVED to the 'revoked' sub-directory:
* $crt_in${if_exist_key_in}${if_exist_req_in}"

confirm " Continue with revocation: " "yes" "\
confirm " Continue with revocation: " "yes" "
Please confirm you wish to revoke the renewed certificate
with the following subject:

Expand Down Expand Up @@ -3309,7 +3309,7 @@ These files will be MOVED to the 'renewed' sub-directory:
* $key_in
* $req_in"

confirm " Continue with rewind-renew: " "yes" "\
confirm " Continue with rewind-renew: " "yes" "
Please confirm you wish to rewind-renew the certificate
with the following subject:

Expand Down Expand Up @@ -3493,7 +3493,7 @@ The duplicate certificate:
IMPORTANT: The new key will${EASYRSA_NO_PASS:+ NOT} \
be password protected."

confirm " Continue with rebuild: " "yes" "\
confirm " Continue with rebuild: " "yes" "
Please confirm you wish to renew the certificate
with the following subject:

Expand Down

0 comments on commit cc089ab

Please sign in to comment.