Note: I downloaded the certificate files from Godaddy account. Download your cer or p7b files from your Godaddy account. Double click and install cer file to Personal Folder. Open Microsoft Internet Explorer browser Click Tools > Internet Options > Content
How to change ssl domain in GoDaddy (quick way)
If you would like to change the SSL certificate for a specific domain through GoDaddy. Follow the below instructions. Login to the web server where the SSL needs to be applied. Open IIS (run -> inetmgr) Click the Server Name
Permanently redirect http to https – IIS
in order to redirect any http calls to https. please follow these steps. 1. Open IIS as administrator2. Right click on the website you would like to redirect the site to and click explore.3. If there is a web.config file,
How to reset / restart IIS using a batch file
In order to reset IIS using batch file, please follow the below steps. 1. Create a text file, RestartIIS.bat 2. modify the text file and add this script to it. @echo on c:\windows\System32\iisreset.exe pause 3. save the batch file, and