Skip to content

Commit

Permalink
unit test: Do not export EASYRSA_REQ_CN
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 23, 2023
1 parent ce0af12 commit 9e1f45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/easytls-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ warn() { printf "%s\n" "$*"; }

build_test_pki ()
{
for i in "build-ca nopass" \
for i in "--req-cn='easytls-unit-test' build-ca nopass" \
"build-server-full s01 nopass" \
"build-server-full s02 nopass" \
"build-server-full s-auth nopass" \
Expand Down Expand Up @@ -576,7 +576,7 @@ EASYTLS_OPTS: ${EASYTLS_OPTS}
"
fi

export EASYRSA_REQ_CN="easytls-unit-test"
#export EASYRSA_REQ_CN="easytls-unit-test"

# Setup EasyRSA
print "*** EASYRSA_PKI: $EASYRSA_PKI"
Expand Down

0 comments on commit 9e1f45b

Please sign in to comment.