Certificado Wildcard SSL

De Base de Conocimiento Técnico
Saltar a: navegación, buscar

Zimbra[editar]

0.- Copy wildcard cert in /tmp

1.- Backup your current .key:

cp /opt/zimbra/ssl/zimbra/commercial/commercial.key /opt/zimbra/ssl/zimbra/commercial/commercial.key.backup

2.- Copy wildcard key:

cp wildcard.key /opt/zimbra/ssl/zimbra/commercial/commercial.key

3.- As zimbra user: Verify all the files before deploy the SSL certificate:

/opt/zimbra/bin/zmcertmgr verifycrt comm /opt/zimbra/ssl/zimbra/commercial/commercial.key a7786f55fc0a0a61.crt gd_bundle-g2-g1.crt

4.- Deploy

/opt/zimbra/bin/zmcertmgr deploycrt comm a7786f55fc0a0a61.crt gd_bundle-g2-g1.crt

5.- Restart your Zimbra services:

zmcontrol restart

6.- To finish, verify the certificate was deployed.

/opt/zimbra/bin/zmcertmgr viewdeployedcrt


Synology[editar]

Importar usando los archivos key y crt.

Sophos[editar]

Convertir certificado a PKCS#12

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt

Ahora es posible importar