Steps to get public cert from a signed message

Revision as of 08:29, 16 August 2017 by Nbhagwat (talk | contribs) (Created page with "===<h1>Steps to get public cert from a signed message</h1>=== <hr> <br> <h2> Solution: </h2> Steps to extract public certs from a signed message Show Original Copy entire m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Steps to get public cert from a signed message



Solution:

Steps to extract public certs from a signed message Show Original Copy entire message Paste message into a file (raun.msg in example below) Run this command to save cert in raun.pem:

raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem
Jump to: navigation, search