From: Daniel Kahn Gillmor Date: Wed, 18 Mar 2020 07:48:40 +0000 (-0400) Subject: tests/smime: fix typo in README X-Git-Tag: archive/debian/0.30_rc0-1~82 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1c390652455356c9acfea0eb982c688e2f09e47a tests/smime: fix typo in README Signed-off-by: Daniel Kahn Gillmor --- diff --git a/test/smime/README b/test/smime/README index 92803c77..46211922 100644 --- a/test/smime/README +++ b/test/smime/README @@ -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