Steps to get public cert from a signed message: Difference between revisions

(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...")
 
Line 2: Line 2:
  <hr> <br>
  <hr> <br>
  <h2> Solution: </h2>  
  <h2> Solution: </h2>  
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: <pre>raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem</pre>
Steps to extract public certs from a signed message Show Original Copy entire message Paste message into a file (raun.msg in example below).
<br>
Run this command to save cert in raun.pem: <pre>raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem</pre>

Revision as of 08:31, 16 August 2017

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