Steps to get public cert from a signed message

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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