mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-26 11:24:53 +01:00
1c39065245
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseaman.net>
7 lines
276 B
Text
7 lines
276 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
|