Difference between revisions of "Regenerate Self-Signed SSL Certificate - Single-Server"
(Created page with "{{WIP}}{{Article Infobox|{{admin}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}}} =Regenerate Self-Signed SSL Certificate - Single-Server= ==Purpose== Regenerate the SSL certificate in...") |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
=Regenerate Self-Signed SSL Certificate - Single-Server= | =Regenerate Self-Signed SSL Certificate - Single-Server= | ||
+ | {{KB|{{ZC}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}|}} | ||
+ | {{WIP}} | ||
==Purpose== | ==Purpose== | ||
Regenerate the SSL certificate in a Zimbra single server environment. | Regenerate the SSL certificate in a Zimbra single server environment. |
Latest revision as of 20:42, 12 July 2015
Contents
Regenerate Self-Signed SSL Certificate - Single-Server
- This article is a Work in Progress, and may be unfinished or missing sections.
Purpose
Regenerate the SSL certificate in a Zimbra single server environment.
Resolution
1. Begin by generating a new Certificate Authority (CA).
This step is optional and not required everytime you renew the self signed certificate.
/opt/zimbra/bin/zmcertmgr createca -new /opt/zimbra/bin/zmcertmgr deployca
2. Then generate a certificate signed by the CA that expires in 365 days with either wildcard or subject altnames.
/opt/zimbra/bin/zmcertmgr createcrt -new -days 365
3. Next, deploy the certificate.
/opt/zimbra/bin/zmcertmgr deploycrt self
4. To finish, verify the certificate was deployed.
/opt/zimbra/bin/zmcertmgr viewdeployedcrt
5. Restart zmcontrol to take the changes in effect. su - zimbra zmcontrol restart
Additional Content
- Link to a extended Wiki article.