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

No edit summary
No edit summary
Line 1: Line 1:
===<h1>Steps to get public cert from a signed message</h1>===
{{BC|Certified}}
<hr> <br>
__FORCETOC__
<h2> Solution: </h2>
<div class="col-md-12 ibox-content">
Steps to extract public certs from a signed message. 
=Steps to get public cert from a signed message=  
<hr>
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}
{{WIP}}


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


Extract public certs from a signed message


'''2).''' Copy entire message and create a file on Linux system. (like raun.msg in example below).<br>
====Solution====


Run this command to save cert in raun.pem:
Steps to extract public certs from a signed message.  
cat raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem


* 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).




Submitted by: Raunaq Malik
Run this command to save cert in signedcrt.pem
  cat signedcrt.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > signedcrt.pem
 
 
 
{{Article Footer|ZCS 8.8, 8.7, 8.6|2017-08-23}}

Revision as of 11:23, 13 August 2018

Steps to get public cert from a signed message


   KB 23349        Last updated on 2018-08-13  




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: 2017-08-23
Article ID: https://wiki.zimbra.com/index.php?title=Steps_to_get_public_cert_from_a_signed_message Date Modified: 2018-08-13



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