[PATCH] tests/smime: fix typo in README

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Mar 18 00:48:40 PDT 2020


Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseaman.net>
---
 test/smime/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.1



More information about the notmuch mailing list