Guest User

Untitled

a guest
Jan 17th, 2018
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $ openssl smime -sign -in cleartextmail.txt -signer my_cert.pem -text
  2. | openssl smime -encrypt
  3. -from you@example.com -to someone@example.org
  4. -subject "Signed and Encrypted message"
  5. -des3 user.pem | sendmail someone@example.org
Add Comment
Please, Sign In to add comment