modif pour renouveler un cert Zimbra

This commit is contained in:
Gregory Colpart 2021-03-22 11:04:55 +01:00
parent 2cbb6c3775
commit d1eff4d10c

View file

@ -806,12 +806,17 @@ Enfin, on doit redémarrer Zimbra.
Pour installer un certificat externe, vous devez : Pour installer un certificat externe, vous devez :
* Générer un fichier CSR (via l'interface web ou "zmcertmgr createcsr") * Générer un fichier CSR :
~~~
$ zmcertmgr createcsr comm -new
~~~
* Générer le certificat via ce CSR * Générer le certificat via ce CSR
* Installer le certificat obtenu (par exemple z.example.com.crt) + chaîne de certification : * Installer le certificat obtenu (par exemple z.example.com.crt) + chaîne de certification :
~~~ ~~~
# /opt/zimbra/bin/zmcertmgr deploycrt comm /tmp/z.example.com.crt /tmp/ca.crt $ /opt/zimbra/bin/zmcertmgr deploycrt comm /tmp/z.example.com.crt /tmp/ca.crt
** Verifying /tmp/z.example.com.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key ** Verifying /tmp/z.example.com.crt against /opt/zimbra/ssl/zimbra/commercial/commercial.key
Certificate (/tmp/z.example.com.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match. Certificate (/tmp/z.example.com.crt) and private key (/opt/zimbra/ssl/zimbra/commercial/commercial.key) match.
Valid Certificate: /tmp/z.example.com.crt: OK Valid Certificate: /tmp/z.example.com.crt: OK