- Timestamp:
- Jul 8, 2015, 2:12:03 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 26081ce
- Parents:
- 45ae2ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r45ae2ef r90a31a4 45 45 MOSTLYCLEANFILES = setup.done cache/* logs/* outputs/* server/crl.pem 46 46 47 cert_templates = authority.template.in client.template.in \ 48 imposter.template.in rogueca.template server.template.in 49 generated_templates = authority.template client.template \ 50 imposter.template server.template 51 52 # Delete X.509 certificates and generated templates on "mostlyclean" 53 # target. Certificates can be rebuilt without generating new key 54 # pairs, and regenerating them makes it possible to change identities 55 # (e.g. host names) without wasting entropy on new keys (which would 56 # happen after "clean"). 57 MOSTLYCLEANFILES += */x509.pem $(generated_templates) 58 47 59 # Delete PGP keyrings on "mostlyclean" target. They are created from 48 60 # the X.509 private keys and certificates with an expiration time of … … 65 77 srcdir=$(srcdir) $(MAKE) -f $(srcdir)/TestMakefile $(AM_MAKEFLAGS) $@ 66 78 67 cert_templates = authority.template.in client.template.in \68 imposter.template.in rogueca.template server.template.in69 79 apache_data = base_apache.conf cgi_module.conf data/* mime.types proxy_mods.conf 70 80
Note: See TracChangeset
for help on using the changeset viewer.