diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-10-04 15:23:53 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-10-04 15:23:53 +0200 |
commit | 0d638dc1f6f2094b09dce2f254862fa33b9d0417 (patch) | |
tree | b431735e22795b7e8238c32c238ee1e52f9f171a /doc | |
parent | Typo, PR#2346 (diff) | |
download | openssl-0d638dc1f6f2094b09dce2f254862fa33b9d0417.tar.xz openssl-0d638dc1f6f2094b09dce2f254862fa33b9d0417.zip |
Minor documentation fixes, PR#2344
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apps/smime.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod index 42c0733bcb..4b0f34883a 100644 --- a/doc/apps/smime.pod +++ b/doc/apps/smime.pod @@ -343,7 +343,7 @@ Create a cleartext signed message: openssl smime -sign -in message.txt -text -out mail.msg \ -signer mycert.pem -Create an opaque signed message +Create an opaque signed message: openssl smime -sign -in message.txt -text -out mail.msg -nodetach \ -signer mycert.pem @@ -397,11 +397,11 @@ it with: -----BEGIN PKCS7----- -----END PKCS7----- -and using the command, +and using the command: openssl smime -verify -inform PEM -in signature.pem -content content.txt -alternatively you can base64 decode the signature and use +Alternatively you can base64 decode the signature and use: openssl smime -verify -inform DER -in signature.der -content content.txt |