Skip to content

Commit

Permalink
Command build-ca: Drop batch requirement for use of --req-cn
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Jun 16, 2024
1 parent e5e1da4 commit b77a0fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -1631,8 +1631,6 @@ Unable to create necessary PKI files (permissions?)"
# otherwise use default
if [ "$EASYRSA_BATCH" ]; then
ssl_batch=1
else
export EASYRSA_REQ_CN=ChangeMe
fi

# Default CA commonName
Expand Down

0 comments on commit b77a0fb

Please sign in to comment.