Skip to content

Commit

Permalink
Unit-test: Remove 'easyrsa renew'; Correct 'easyrsa write safe-cnf'
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, 2024
1 parent 66c3167 commit f4274f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/easytls-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ build_test_pki ()
if [ "$EASYTLS_FOR_WINDOWS" ]; then
"$EASYRSA_CMD" $EASYRSA_OPTS make-safe-ssl
else
"$EASYRSA_CMD" $EASYRSA_OPTS write safe-cnf "$PKI_DIR" # ./et-tdir${loops}
"$EASYRSA_CMD" $EASYRSA_OPTS write safe-cnf "$PKI_DIR/safessl-easyrsa.cnf" # ./et-tdir${loops}
fi
print "==>> safessl-easyrsa.cnf created in $PKI_DIR"

Expand Down Expand Up @@ -816,8 +816,7 @@ fi
"${INVOKE_OPTS} $EASYTLS_CMD $EASYTLS_OPTS status" \
"${INVOKE_OPTS} $EASYTLS_CMD $EASYTLS_OPTS cert-expire" \
"${INVOKE_OPTS} $EASYTLS_CMD $EASYTLS_OPTS status" \
"$EASYRSA_CMD $EASYRSA_OPTS renew c08 nopass" \
"${INVOKE_OPTS} $EASYTLS_CMD $EASYTLS_OPTS status" \

## EOL
do
print "============================================================"
Expand Down

0 comments on commit f4274f0

Please sign in to comment.