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

No edit summary
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).
Steps to extract public certs from a signed message
<br>
 
Run this command to save cert in raun.pem: <pre>raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem</pre>
'''1).''' Right-click on signed message and select "Show Original"
 
 
'''2).''' Copy entire message and create a file on Linux system. (like raun.msg in example below).<br>
 
Run this command to save cert in raun.pem:  
cat raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem
 
 
 
 
Submitted by:  Raunaq Malik

Revision as of 13:19, 20 August 2017

Steps to get public cert from a signed message



Solution:

Steps to extract public certs from a signed message.

1). Right-click on signed message and select "Show Original"


2). Copy entire message and create a file on Linux system. (like raun.msg in example below).

Run this command to save cert in raun.pem:

cat raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem



Submitted by: Raunaq Malik

Jump to: navigation, search