How to create a CSR in IIS 7 or later on a dedicated server or VPS that doesn't have a control panel.

1. Remote desktop into your server. 2. Open IIS and click on the server name from the left side window. 3. Double click the 'Server Certificates' Icon under IIS in the middle window. 4. Click 'create certificate request' in the right window and fill out the form and click 'next'. Organization is company name, organizational unit is ALWAYS 'web services'. 5. The ONLY thing that needs to be changed in this window is the 'bit length'. Change it in the drop down to 2048 and click 'next'. 6. Click the '...' button to the right and browse to the 'D:\SSL' folder or where ever the 'SSL' folder is located. 7. In the 'file name' section, type in the domain name and expiration year followed by .csr and click 'open' (ex. www.domain.com2017.csr). 8. Click the 'finish' button. 9. Once the CSR is generated, copy the content of the CSR and go back to the client area. 10. Click the tab named 'ssl cert' under 'Services' from the left side menu (shows a list of icons, to view just mouse over them) then click the domain name next to the one that shows 'awaiting configuration'. 11. In the web server drop down box, select 'other'. 12. Paste the CSR in the box for CSR 13. Make sure you add something in the 'job title' box as well as the complete phone number (i.e. 01-555-5555 and not just 555-5555) 14. Click 'continue' 15. Select the email address to send the approval email to then click 'continue'. Make sure you have access to that email address. 16. The email address you selected will receive an approval email, follow the instructions in that email. 17. Once that's done the SSL certificate will be issued. This can take anywhere from 10 minutes to a few days depending on the verification process our SSL provider goes through. 18. Once you receive the SSL certificate, usually it's in a .zip file, FTP the file up to the server into the 'SSL' folder and unzip it. 19. Open IIS and click on the server name in the left section of IIS 20. In the middle section, scroll and find the icon for 'ssl certificate' and double click it 21. In the far right section of IIS toward the top click 'complete certificate request' 22. Follow the prompts and browse to the domain specific certificate you just unzipped under the section 'file name containing the certification authority's response' and in the 'friendly name' section just type in the domain name and click 'OK'. Once the certificate has been imported you'll see it in the middle section of IIS. 23. To attach it to the domain, click the arrow next to 'site' in the left section of IIS under the server name and right click on the website and click 'edit bindings' 24. Click to highlight the 'https' binding and click the 'edit' button and under the 'ssl certificate' section, select the new certificate. If you're not sure which one or have multiple ones listed click the 'view' button and it will show you the expiration date of that selected certificate. Find the new one and click 'ok' . If this is a new certificate for a site you will need to create the 'https' binding by clicking the 'add' buttong and switching the 'type' to https' and entering the website name in the 'host name' section' and then select the certificate from the drop down box under 'SSL certificate' and click the 'Ok' button.


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 1264