diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-03-18 03:48:40 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-03-19 21:55:20 -0300 |
| commit | 1c390652455356c9acfea0eb982c688e2f09e47a (patch) | |
| tree | 84e7f27f004a1fad6a232da907448cfdf0189b60 /test/smime | |
| parent | 13f2027101a5f9e1ace7a83d7877b2bf4ad4ca75 (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/README | 2 |
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 |
