Forum Discussion

D99's avatar
D99
Icon for Cirrus rankCirrus
Feb 02, 2022

2 SSL certificates on a VS

Hi Experts,

I have recieved a requirement to configure 2 certificates on a single VS so whicheve URL is requested it issues the related cerificate.

For example I have 

www.abc.com &

www.abc.in

and I have 2 certificates *.abc.com and www.abc.in

Can this be achieved, if yes how.

 

3 Replies

  • Hi Danish,

    System > Certificate Management > Traffic Certificate Management
    Import the SSL certificates.

    Local Traffic > Profiles > SSL > Client
    Create a separate client-ssl profile for each SSL certificate.
    Check the "Default SSL Profile for SNI" option in one of the client-ssl profiles.

    Add two client-ssl profiles to the virtual server.

    Default SSL Profile for SNI:
    Indicates that the system uses this profile as the default SSL profile when there is no match to the server name, or when the client provides no SNI extension support. There can be only one SSL profile with this setting enabled.

    • KenKAM1992's avatar
      KenKAM1992
      Icon for Nimbostratus rankNimbostratus

      What about if the e-certificates are of different domain. Can we set up two separate virtual server, each virtual server is linked to a URL. In the Virtual Server, each is associated with a SSL profile that is associated with a certificate of the corresponding URL. 

      Thanks for your advice

  • The other alternative would be to create a single certificate with multiple SAN names and attach the key and cert to the SSL profile.

    Certificate CN: *.abc.com 

    DNS: www.abc.in, DNS: *.abc.com