aboutsummaryrefslogtreecommitdiff
path: root/test/smime
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-18 03:48:40 -0400
committerDavid Bremner <david@tethera.net>2020-03-19 21:55:20 -0300
commit1c390652455356c9acfea0eb982c688e2f09e47a (patch)
tree84e7f27f004a1fad6a232da907448cfdf0189b60 /test/smime
parent13f2027101a5f9e1ace7a83d7877b2bf4ad4ca75 (diff)
tests/smime: fix typo in README
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseaman.net>
Diffstat (limited to 'test/smime')
-rw-r--r--test/smime/README2
1 files changed, 1 insertions, 1 deletions
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