Changeset 57156325b280cf0021706459de269ef44b89d8cc for test/Makefile.in
- Timestamp:
- 01/08/10 18:54:59 (3 years ago)
- git-parent:
- Files:
-
- test/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
test/Makefile.in
rcf33093 r5715632 42 42 openssl x509 -req -in test-ca.csr -signkey test-ca.key -out test-ca.crt 43 43 44 client.key: 45 openssl genrsa -out client.key 46 47 client.csr: client.key 48 openssl req -key client.key -days 365 -new -out client.csr -config demo-openssl.cnf -subj "/C=US/ST=Maryland/O=OmniTI Labs/CN=sampleclient" 49 50 client.crt: client.csr test-ca.key test-ca.crt 51 openssl ca -batch -config demo-openssl.cnf -in client.csr -out client.crt -outdir . -keyfile test-ca.key -cert test-ca.crt -days 120 52 44 53 test-noit.key: 45 54 openssl genrsa -out test-noit.key … … 60 69 openssl ca -batch -config demo-openssl.cnf -in test-stratcon.csr -out test-stratcon.crt -outdir . -keyfile test-ca.key -cert test-ca.crt -days 120 61 70 62 testcerts: demoCA-dir test-noit.key test-noit.crt test-stratcon.key test-stratcon.crt test-ca.key test-ca.crt 71 testcerts: demoCA-dir test-noit.key test-noit.crt test-stratcon.key test-stratcon.crt test-ca.key test-ca.crt client.key client.crt 63 72 64 73 clean-keys:
