which csr for multiple ssl certificate commercial

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
fferraro87
Advanced member
Advanced member
Posts: 99
Joined: Thu Apr 28, 2016 8:58 am

which csr for multiple ssl certificate commercial

Post by fferraro87 »

Hi,

i'm trying to install a new cert on my zimbra server following that https://wiki.zimbra.com/wiki/Multiple_S ... _for_HTTPS wiki.

on my server i've already a commercial ssl installed with a primary domain totally different from one that i want to install.
for example now i've mail.example.com and i want to install mail.test.com

so i cannot use same csr used for mail.example.com, so i've to generate another csr with mail.test.com primary domain.

Can i do that from "Configure->Certificates->Install Certificate" without make a mess?


Thanks
User avatar
axslingr
Outstanding Member
Outstanding Member
Posts: 256
Joined: Sat Sep 13, 2014 2:20 am
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18

Re: which csr for multiple ssl certificate commercial

Post by axslingr »

I'd regenerate the csr for the original domain and add this to the end of the command.

Code: Select all

-subjectAltNames "mail.test.com"
Lance
User avatar
fferraro87
Advanced member
Advanced member
Posts: 99
Joined: Thu Apr 28, 2016 8:58 am

Re: which csr for multiple ssl certificate commercial

Post by fferraro87 »

axslingr wrote:I'd regenerate the csr for the original domain and add this to the end of the command.

Code: Select all

-subjectAltNames "mail.test.com"
Lance
thanks with that alternative solution works.
But i've to buy a multidomain ssl, if instead i try to install a single different certificate for every common name with the tutorial on first post it doesn't works
User avatar
axslingr
Outstanding Member
Outstanding Member
Posts: 256
Joined: Sat Sep 13, 2014 2:20 am
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18

Re: which csr for multiple ssl certificate commercial

Post by axslingr »

But i've to buy a multidomain ssl, if instead i try to install a single different certificate for every common name with the tutorial on first post it doesn't works
I've never tried it. Maybe someone who has can chime in.

Lance
Post Reply