wiki:create_webserver_ssl_certificate_for_iis_default_website
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:create_webserver_ssl_certificate_for_iis_default_website [2017/10/30 00:13] – created wikiadmin | wiki:create_webserver_ssl_certificate_for_iis_default_website [2017/10/30 03:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Create Webserver SSL Certificate for IIS Default Website====== | ======Create Webserver SSL Certificate for IIS Default Website====== | ||
| - | Open IIS Administration | + | ====Create a CSR (Certificate Service Request) to Submit to the CA (Certificate Authority)==== |
| - | Click +Websites | + | |
| - | Right-click Default Website and select Properties. | + | *Open IIS Administration |
| - | Select the Document Security Tab. | + | *Click +Websites |
| - | Under the section of Secure Communications, | + | *Right-click Default Website and select Properties. |
| - | Select radio button next to Create a New Certficate, and click Next. | + | *Select the Document Security Tab. |
| - | Select radio button next to Prepare the request now, but send it later, and click Next. | + | *Under the section of Secure Communications, |
| - | Type a Name for the New Certificate | + | *Select radio button next to Create a New Certficate, and click Next. |
| - | Name: host.domain.com | + | *Select radio button next to Prepare the request now, but send it later, and click Next. |
| + | *Type a Name for the New Certificate | ||
| + | < | ||
| Bit length: | Bit length: | ||
| Check the box for Select Cryptographic Provider (CSP), and click Next. | Check the box for Select Cryptographic Provider (CSP), and click Next. | ||
| Line 18: | Line 20: | ||
| Common Name for your site: host.domain.com | Common Name for your site: host.domain.com | ||
| Country: US (United States) | Country: US (United States) | ||
| - | State / Province: enter name of your state. Next. | + | State / Province: enter name of your state. Next.</ |
| Save the certreq.txt file to your documents folder. | Save the certreq.txt file to your documents folder. | ||
| - | It is time to upload | + | It is time t |
| - | In Internet Explorer address input on the server, go to < | + | o |
| + | ====Upload | ||
| + | In Internet Explorer address input on the server, go to | ||
| + | < | ||
| Upon login challenge, respond by entering the login credentials of the server Administrator, | Upon login challenge, respond by entering the login credentials of the server Administrator, | ||
| Line 45: | Line 50: | ||
| Download certificate file as - Base64 encoded - named certnew.cer and save it to your documents folder. | Download certificate file as - Base64 encoded - named certnew.cer and save it to your documents folder. | ||
| - | Now its time to import the web server certificate to the IIS default website. | + | Now its time to |
| + | ====import the web server certificate to the IIS default website==== | ||
| - | You can check the Certificate Authority (start, programs, administrative tools, certificate authority) to see if the issued web server certificate is listed there. Close CA. | + | *You can check the Certificate Authority (start, programs, administrative tools, certificate authority) to see if the issued web server certificate is listed there. |
| + | * *Close CA. | ||
| - | Open IIS Administration, | + | *Open IIS Administration, |
| - | Select Document Security Tab and click the button for Server Certificate. | + | *right click Default Website, and |
| + | *select Properties. | ||
| + | *Select Document Security Tab and | ||
| + | *click the button for Server Certificate. | ||
| + | *Select radio button to Process Pending Request and Install Certificate. Click Next. | ||
| + | *Select: | ||
| + | *Click Open, Click Next. | ||
| + | *Select Port 443 to remain as HTTPS / SSL port. | ||
| - | Review the certificate information shown and to Install Certificate Click Next. | + | *Review the certificate information shown and to Install Certificate Click Next. |
| - | The information shown will look something like this: | + | **The information shown will look something like this:** |
| - | Issued To: host.domain.com | + | < |
| Issued By: host.domain.com | Issued By: host.domain.com | ||
| Expiration Date: 9-18-2011 | Expiration Date: 9-18-2011 | ||
| Line 64: | Line 78: | ||
| State: Confusion (or the name of your state) | State: Confusion (or the name of your state) | ||
| Organization: | Organization: | ||
| - | Organization Unit: XYZ Inc Services | + | Organization Unit: XYZ Inc Services</ |
| - | Click Next - Successfully installed - Click Finish | + | *Click Next - Successfully installed - Click Finish |
| - | Suggest restarting w3svc | + | *Suggest restarting w3svc |
| - | How? Start, Run, type CMD, OK or enter. | + | *How to restart w3svc? |
| - | at command prompt type - | + | *Open a command prompt > click Start, Run, type CMD, OK or enter. |
| - | net stop w3svc (enter) | + | |
| - | Service is stopping | + | < |
| - | net start w3svc (enter) | + | **Service is stopping** |
| - | Service is starting | + | < |
| + | **Service is starting** | ||
wiki/create_webserver_ssl_certificate_for_iis_default_website.1509322400.txt.gz · Last modified: 2017/10/30 00:13 by wikiadmin
