Replacing or Assigning a New SSL Certificate for the SCIM Connector in IIS
If your SSL certificate has expired or if you need to assign a new certificate for your SCIM Connector, follow these steps:
Generate a New SSL Certificate
-
Obtain or generate a new SSL certificate from your Certificate Authority (CA).
Install the New Certificate on the IIS Server
-
Open Microsoft Management Console (MMC) and add the Certificates snap-in:
-
Press Windows + R, type mmc, and press Enter.
-
In MMC, go to File > Add/Remove Snap-in.
-
Select Certificates and then select Add.
-
Choose Computer Account and select Next, then select Local Computer and click Finish.
-
Select Ok to close the Add/Remove Snap-in window.
-
-
In MMC, navigate to Personal > Certificates.
-
Right-click on Certificates and navigate to All Tasks > Import.
-
Follow the wizard to import the new certificate and complete the installation.
Update HTTPS Binding in IIS
-
Open IIS Manager on the server.
-
In the Connections panel, expand the server node and select the SCIM Connector site.
-
In the right-hand panel, select Bindings under the Actions section.
-
In the Site Bindings window, select the existing HTTPS binding and select Edit.
-
In the SSL certificate dropdown, select the newly installed certificate.
-
Select OK to save the changes.
Restart the SCIM Connector Website
-
In IIS Manager, right-click on the SCIM Connector site.
-
Go to Manage Website > Restart.
Verify the SSL Configuration
Open a browser and navigate to your SCIM Connector URL (e.g., https://yourdomain.com).
Verify that there are no SSL errors and ensure the certificate is valid and correctly applied.