Skip to content

Commit

Permalink
unit test: use EasyRSA make-safe-ssl to build safessl-easyrsa.cnf
Browse files Browse the repository at this point in the history
EasyTLS dependency on EasyRSA openssl-easyrsa.cnf is due to EasyTLS
support for LibreSSL.

In future EasyTLS must either create this file itself or invoke EasyRSA
make-safe-ssl command.

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 25, 2023
1 parent 2df159b commit e6be0f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/easytls-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ warn() { printf "%s\n" "$*"; }

build_test_pki ()
{
for i in "--req-cn='easytls-unit-test' build-ca nopass" \
for i in "make-safe-ssl" \
"--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

0 comments on commit e6be0f8

Please sign in to comment.