Install a Comodo SSL certificate in Carbonio

 Install a Comodo SSL certificate in Carbonio


Generate CSR:

 1.    Run the command from: /opt/zextras/ssl/carbonio/commercial/

 openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr

 

2-file will be created as named

yourdomain.key

yourdomain.csr

Now, create a certificate and proceed to the installation process.


Installation:

2.    Rename the key file as commercial.key

mv rrf-bd.org.key commercial.key


3.     Create 2 CRT files:

touch commercial.crt

touch commercial_ca.crt

 provide ownership to zextras:

 

chown zextras:zextras commercial.crt

chown zextras:zextras commercial_ca.crt

chown zextras:zextras commercial.key

 4.    Now copy & paste 3 certificates, root & 2 intermediate certificates

 

a) SectigoPublicServerAuthenticationRootR46_USERTrust.crt

b) SectigoPublicServerAuthenticationCADVR36.crt

c) USERTrustRSACertificationAuthority.crt

 

vim commercial_ca.crt

 5.    Now copy & paste all 4-certificate, main, root, & 2 intermediate certificates

a) yourdomain.crt

b) SectigoPublicServerAuthenticationRootR46_USERTrust.crt

c) SectigoPublicServerAuthenticationCADVR36.crt

d) USERTrustRSACertificationAuthority.crt

vi commercial.crt

 

6. Certificate verification:

su zextras and run the command

 /opt/zextras/bin/zmcertmgr verifycrt comm /opt/zextras/ssl/carbonio/commercial/commercial.key /opt/zextras/ssl/carbonio/commercial/commercial.crt /opt/zextras/ssl/carbonio/commercial/commercial_ca.crt


 7.    Certificate installation:

/opt/zextras/bin/zmcertmgr deploycrt comm /opt/zextras/ssl/carbonio/commercial/commercial.crt /opt/zextras/ssl/carbonio/commercial/commercial_ca.crt


 8.    Service restart.

zmcontrol restart

Comments

Popular posts from this blog

Squid Configuration

Squint Configure

Postfix SASL authentication with SMTP port 465:

How to Change the Logo from Zimbra Admin Console