cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
598
Views
5
Helpful
7
Replies

Mulitple SSL certs w/single vip

ehgotz
Level 1
Level 1

How would I have two urls point to one vip with ssl termination enabled on the ace. Is it as simple as adding the second cert/key pair to the ssl-proxy service?

7 Replies 7

Gilles Dufour
Cisco Employee
Cisco Employee

NO !!!

A certificate is always associated to a singe website/server name and your server name will resolved to a single ip address which is a vip.

In other words, you need 2 vip if you have 2 websites.

Another reason is that you only know the Hostname inside the client request after decrypting the traffic and to decrypt the traffic you need to know which certificate to use.

Therefore you can't use a single vip for 2 websites as you won't be able to determine which certificate to use.

Gilles.

Gilles

Would a wildcard certificate work in this sitution?

*.abc.com

Yes.

A wildcard certificate is a good solution assuming your sites are part of the same domain.

In this case a single certificate is enough to the SSL part and you can then use the decoded info to detect which website the client is looking for.

Gilles.

Hi Gilles,

I'm trying to set up something similar (Wildard cert for multiple sites using the same domain). Could you please share a sample configuration?

Thanks,

John

carlsond
Level 1
Level 1

You can also associate more than one URL within your Cert. This would allow you to install just the one cert rather than having the cost and maint. of two.

If I were to use a single certificate for all the hosts within the same domain, what would be the common-name while setting up csr-params.

For e.g.: Domain is : xyz.com

Will the common name be : *.xyz.com

i.e. under 'crypto csr-params' it will be like 'common-name *.xyz.com'.

Please confirm.

Thanks.

You are right.

common-name *.xyz.com

in the csr-param will do.

Syed iftekhar Ahmed

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: