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

No edit summary
 
(3 intermediate revisions by 2 users not shown)
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 Show Original Copy entire message Paste message into a file (raun.msg in example below).
=Steps to get public cert from a signed message=
<br>
<hr>
Run this command to save cert in raun.pem: <pre>raun.msg | openssl smime -pk7out | openssl pkcs7 -print_certs > raun.pem</pre>
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}}
 
====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
 
 
 
{{Article Footer|ZCS 8.8, 8.7, 8.6|2018-08-13}}

Latest revision as of 16:27, 15 April 2020

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