Changeset f205c5f in mod_gnutls
- Timestamp:
- Jun 25, 2019, 2:12:09 AM (21 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- e5546be
- Parents:
- a819501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_ca.mk
ra819501 rf205c5f 7 7 # for the test suite 8 8 9 %/template: $(srcdir)/%/template.in %9 %/template: $(srcdir)/%/template.in 10 10 @mkdir -m 0700 -p $(@D) 11 11 sed s/__HOSTNAME__/$(TEST_HOST)/ < $< > $@ … … 16 16 sed -i -e "s,__IP_ADDRESSES__,$${IP_ADDRS#\\n}," $@ 17 17 18 %/uid: $(srcdir)/%/uid.in %18 %/uid: $(srcdir)/%/uid.in 19 19 @mkdir -m 0700 -p $(@D) 20 20 sed s/__HOSTNAME__/$(TEST_HOST)/ < $< > $@ 21 21 22 %/secret.key: %22 %/secret.key: 23 23 @mkdir -m 0700 -p $(@D) 24 24 certtool --outfile $@ --generate-privkey … … 93 93 # GnuTLSProxyCRLFile causes the connection to the back end server to 94 94 # fail. 95 %/crl.pem: %/x509.pem $ {srcdir}/%/crl.template95 %/crl.pem: %/x509.pem $(srcdir)/%/crl.template 96 96 certtool --generate-crl \ 97 97 --outfile $@ \ … … 99 99 --load-ca-certificate authority/x509.pem \ 100 100 --load-certificate $< \ 101 --template "$ {srcdir}/$(*)/crl.template"101 --template "$(srcdir)/$(*)/crl.template"
Note: See TracChangeset
for help on using the changeset viewer.