Binding Multiple SSL Certificates to Distinct Domain Names in IIS Server

Chaitanya Albur 0 Reputation points
2025-03-18T12:21:16.68+00:00

Is it possible to bind two SSL certificates to two distinct domain names in IIS Server? What are the steps or considerations to achieve this configuration?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-20T02:54:39.31+00:00

    Hello Chaitanya Albur,

    Thank you for posting in Q&A forum.

    Yes, it is possible to bind two SSL certificates to two distinct domain names in IIS Server on Windows Server 2012. Here are the steps and considerations to achieve this configuration:

    1. Install the SSL Certificates:

    • Ensure both SSL certificates are installed on the server. You can do this through the IIS Manager by navigating to Server Certificates and importing the certificates.

    2. Add Site Bindings:

    • Open IIS Manager.

    • Select the first site you want to configure.

    • In the Actions pane, click on Bindings.

    • Click Add to create a new binding.

    • Set the Type to https.

    • Enter the IP address and port (usually 443).

    • Select the appropriate SSL certificate from the SSL certificate dropdown.

    • Check the Require Server Name Indication (SNI) box if you are using the same IP address for multiple sites.

    • Click OK.

    3. Repeat for the Second Site:

    • Select the second site in IIS Manager.

    • Follow the same steps to add a new binding for the second domain, ensuring you select the correct SSL certificate for this site.

    References:

    IIS Server with Two SSL Certificates for Two Distinct Domain Names

    Bind multiple SSLs on single website in IIS 8+ - Stack Overflow

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.