commit c735175beae1ea085ae93797bf08341680b47565 from: Omar Polo date: Mon Jul 19 11:37:46 2021 UTC use certs from regress/ commit - e65ac404d1cd6dbc150b9f7446a88e9f886e9f32 commit + c735175beae1ea085ae93797bf08341680b47565 blob - e1031aa5eb95162c83cd39ca3b217be9b1e07ebb blob + 5fd714956a4c6669044534424f2b61ab4760c0df --- regress/Makefile +++ regress/Makefile @@ -35,6 +35,8 @@ cert.pem: -out cert.pem \ -days 365 -nodes \ -subj "/CN=localhost" + ln -s cert.pem localhost.cert.pem + ln -s key.pem localhost.key.pem @echo testca.pem: @@ -66,6 +68,7 @@ invalid.cert.pem: cert.pem clean: rm -f *.o iri_test cert.pem key.pem + rm -f localhost.cert.pem localhost.key.pem rm -f testca.* valid.csr valid.key invalid.*pem rm -rf testdata fill-file puny-test gg blob - f156d6a662e6e3d9a6d4e7722a3bd8577ef4c439 blob + cec1d6d0e2e6aa441941b1361157d28c890173a9 --- regress/runtime +++ regress/runtime @@ -105,7 +105,7 @@ onexit() { # configless tests -./../gmid -p $port testdata & +./../gmid -p $port -H localhost -d . testdata & pid=$! sleep 1