use certs from regress/

This commit is contained in:
Omar Polo 2021-07-19 11:37:01 +00:00
parent 735336b21e
commit 3e0164f4c3
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -105,7 +105,7 @@ onexit() {
# configless tests
./../gmid -p $port testdata &
./../gmid -p $port -H localhost -d . testdata &
pid=$!
sleep 1