Steps to get public cert from a signed message

Revision as of 16:27, 15 April 2020 by Navdeep Mathur (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


   KB 23349        Last updated on 2020-04-15  




0.00
(0 votes)

Problem

Extract public certs from a signed message

Solution

Steps to extract public certs from a signed message.

  • Right-click on signed message and select "Show Original"
  • Copy entire message and create a file on Linux system. (like signedcrt.msg in example below).


Run this command to save cert in signedcrt.pem

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


Verified Against: ZCS 8.8, 8.7, 8.6 Date Created: 2018-08-13
Article ID: https://wiki.zimbra.com/index.php?title=Steps_to_get_public_cert_from_a_signed_message Date Modified: 2020-04-15



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search