Skip to content

Commit

Permalink
Merge branch 'build-ca-fix-encrypt' of ssh://github.com/TinCanTech/ea…
Browse files Browse the repository at this point in the history
…sy-rsa into TinCanTech-build-ca-fix-encrypt

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Apr 17, 2024
2 parents 90e1a91 + 2b22c19 commit 52e9da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog

3.2.0 (TBD)

* build-ca: Command 'req', remove SSL option '-keyout' (4e02c8a) (#1123)
* Remove escape_hazard(), obsolete (ca76697)
* Remove command and function display_cn(), unused (be8f400) (#1114)
* Introduce Options to edit Request Subject during command 'sign-req'
Expand Down
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ build_ca: CA key password created via temp-files"

# Generate the CA keypair:
easyrsa_openssl req -utf8 -new \
-key "$out_key_tmp" -keyout "$out_key_tmp" \
-key "$out_key_tmp" \
-out "$out_file_tmp" \
${ssl_batch:+ -batch} \
${x509:+ -x509} \
Expand Down

0 comments on commit 52e9da6

Please sign in to comment.