How Do I Install a SSL Certificate On My Windows Server?
How do I move my SSL files to my server?
- Open "Remote Desktop Connection" application.
- Click "Show Options" at the bottom of the window.
- Go to the "Local resources" tab and click "More" under "Local devices and resources".
- In the window that appears, expand the "Drives" section and select a drive on your local machine that you wish to share with your server. In our case it was drive "Windows (C:)".
- Press “Okay” and go back to the "General" tab.
- Enter the IP address into the "Computer" field and your username (usually "Administrator") under "User name" and press "Connect".
- Once connected to the server, open the "File Explorer" application.
- You will see the shared disk under the "Redirected drives and folders" section in “This PC” tab.
How do I install SSL certificates on my server?
Now you have uploaded the SSL certificates to your server, you can start installing the certificates on IIS with the steps below:
- Open Internet Information Services (IIS) Manager.
- In the Connections pane, double-click Server Certificates.
- In the Actions pane on the left side, click Import.
- Under Certificate file (.pfx) click on three dots button.
- . Find the folder where you stored your certificates, select "certificate.pfx" and click Open.
- There is no password for this file, so just click "Okay". You will see the certificate appears in the middle pane.
- In the Connections pane, expand your server node and click on Sites.
- Select the site where you want to install the SSL certificate.
- In the Actions pane, click on Bindings....
- In the Site Bindings window, click Add.
- In the Add Site Binding window enter the following settings:
- Set Type to https.
- Set the IP address to the server’s IP or leave it as All Unassigned.
- Set the Port to 443.
- Select the SSL certificate from the SSL certificate drop-down list.
- Click OK and then Close the Site Bindings window.
- Once everything above is done – your SSL is installed for your website. Please kindly keep in mind that you will need to set up redirection from http to https to have secured connection to your website.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article