tests/smime: fix typo in README

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseaman.net>
This commit is contained in:
Daniel Kahn Gillmor 2020-03-18 03:48:40 -04:00 committed by David Bremner
parent 13f2027101
commit 1c39065245

View file

@ -2,6 +2,6 @@ test.crt: self signed certificated
% gpgsm --gen-key # needs gpgsm 2.1
key+cert.pem: cert + unencryped private
% gpsm --import test.crt
% gpgsm --import test.crt
% gpgsm --export-private-key-p12 -out foo.p12 (no passphrase)
% openssl pkcs12 -in ns.p12 -clcerts -nodes > key+cert.pem