notmuch/test/smime
Daniel Kahn Gillmor 1c39065245 tests/smime: fix typo in README
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseaman.net>
2020-03-19 21:55:20 -03:00
..
key+cert.pem test: initial tests for S/MIME and notmuch-emacs 2016-01-29 17:45:46 -04:00
README tests/smime: fix typo in README 2020-03-19 21:55:20 -03:00
test.crt test: initial tests for S/MIME and notmuch-emacs 2016-01-29 17:45:46 -04:00

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