- Timestamp:
- Nov 12, 2015, 8:23:55 AM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- d6a575c
- Parents:
- f5a36ee
- git-author:
- Thomas Klute <thomas2.klute@…> (11/07/15 14:49:25)
- git-committer:
- Thomas Klute <thomas2.klute@…> (11/12/15 08:23:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test_ca.mk
rf5a36ee ra63301f 45 45 certtool --generate-self-signed --load-privkey rogueca/secret.key --template $(srcdir)/rogueca.template > $@ 46 46 47 %/cert-request: %.template %/secret.key 47 %/cert-request: %.template %/secret.key 48 48 certtool --generate-request --load-privkey $(dir $@)secret.key --template $< > $@ 49 49 50 %/x509.pem: %.template %/cert-request authority/secret.key authority/x509.pem 50 %/x509.pem: %.template %/cert-request authority/secret.key authority/x509.pem 51 51 certtool --generate-certificate --load-ca-certificate authority/x509.pem --load-ca-privkey authority/secret.key --load-request $(dir $@)cert-request --template $< > $@ 52 52
Note: See TracChangeset
for help on using the changeset viewer.