Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ To get the DN and CA of your signature.
openssl smime -in your_signed.msg \
-pk7out | openssl pkcs7 -print_certs

To Verfy the message agaisnt the CA certificate.
To Verfy the message against the CA certificate.

openssl smime -in your_signed.msg \
-CAfile /etc/grid-security/certificates/dd4b34ea.0 \
Expand Down