]> git.notmuchmail.org Git - notmuch/blobdiff - test/smime/README
tests/smime: fix typo in README
[notmuch] / test / smime / README
index 92803c7745da33ef4b2a472098c870369ce3333c..46211922abcf360f2103b0684136794d17cb171c 100644 (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