- Timestamp:
- Feb 12, 2016, 8:40:37 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- b0e5dae
- Parents:
- 74772b2
- git-author:
- Thomas Klute <thomas2.klute@…> (02/12/16 20:38:32)
- git-committer:
- Thomas Klute <thomas2.klute@…> (02/12/16 20:40:37)
- Location:
- test
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r74772b2 r6f644fa 135 135 136 136 EXTRA_DIST = $(apache_data) $(cert_templates) *.uid.in common.bash \ 137 proxy_backend.bash runtests server-crl.template server-softhsm.conf \ 138 softhsm.bash 137 proxy_backend.bash runtests server-crl.template softhsm.bash 139 138 140 139 # Lockfile for the main Apache process -
test/test_ca.mk
r74772b2 r6f644fa 56 56 certtool --generate-certificate --load-ca-certificate rogueca/x509.pem --load-ca-privkey rogueca/secret.key --load-request $(dir $@)cert-request --template $< > $@ 57 57 58 %/softhsm.db: %/x509.pem %/secret.key 58 %/softhsm.conf: %/secret.key 59 echo "0:$(dir $@)softhsm.db" > $@ 60 61 %/softhsm.db: %/x509.pem %/secret.key %/softhsm.conf 59 62 SOFTHSM="$(SOFTHSM)" \ 60 SOFTHSM_CONF="$(srcdir)/$(*)-softhsm.conf" $(srcdir)/softhsm.bash init $(dir $@)secret.key $(dir $@)x509.pem 63 SOFTHSM_CONF="$(dir $@)softhsm.conf" \ 64 $(srcdir)/softhsm.bash init $(dir $@)secret.key $(dir $@)x509.pem 61 65 62 66 # Generate CRL revoking a certain certificate. Currently used to
Note: See TracChangeset
for help on using the changeset viewer.