mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
1f21465205
This CA is useful for test suites and the like, but is not an actually-secure CA, because its secret key material is also published. I plan to use it for its intended purpose in the notmuch test suite. It was copied from this Internet Draft: https://tools.ietf.org/id/draft-dkg-lamps-samples-01.html#name-certificate-authority-certi Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
9 lines
381 B
Text
9 lines
381 B
Text
test.crt: self signed certificated
|
|
% gpgsm --gen-key # needs gpgsm 2.1
|
|
|
|
key+cert.pem: cert + unencryped private
|
|
% gpgsm --import test.crt
|
|
% gpgsm --export-private-key-p12 -out foo.p12 (no passphrase)
|
|
% openssl pkcs12 -in ns.p12 -clcerts -nodes > key+cert.pem
|
|
|
|
ca.crt: from https://tools.ietf.org/id/draft-dkg-lamps-samples-01.html#name-certificate-authority-certi
|