commit 3e0164f4c31a96455a71e87c071ffedffca9dfa5 from: Omar Polo date: Mon Jul 19 11:37:01 2021 UTC use certs from regress/ commit - 735336b21edbca50b1650df091ed2dad47f96c27 commit + 3e0164f4c31a96455a71e87c071ffedffca9dfa5 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