Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


wiki:create_webserver_ssl_certificate_for_iis_default_website

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:create_webserver_ssl_certificate_for_iis_default_website [2017/10/30 00:26] wikiadminwiki: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)==== 
 + 
 +  *Open IIS Administration (specific steps below are for IIS6)
   *Click +Websites   *Click +Websites
   *Right-click Default Website and select Properties.   *Right-click Default Website and select Properties.
Line 21: Line 23:
 Save the certreq.txt file to your documents folder. Save the certreq.txt file to your documents folder.
  
-It is time to ====upload the certreq.txt file to your CA Certificate Service.====+It is time 
 +
 +====Upload the certreq.txt file to your Certificate Authority (CACertificate Service====
 In Internet Explorer address input on the server, go to  In Internet Explorer address input on the server, go to 
 <code>http://exchange_server_IP/certsvr</code> <code>http://exchange_server_IP/certsvr</code>
Line 46: 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.   *You can check the Certificate Authority (start, programs, administrative tools, certificate authority) to see if the issued web server certificate is listed there.
Line 78: Line 83:
   *Suggest restarting w3svc   *Suggest restarting w3svc
   *How to restart w3svc?     *How to restart w3svc?  
-  *Start, Run, type CMD, OK or enter.+  *Open a command prompt > click Start, Run, type CMD, OK or enter.
   *At command prompt type -    *At command prompt type - 
 <code>net stop w3svc (enter)</code> <code>net stop w3svc (enter)</code>
-  **Service is stopping**+**Service is stopping**
 <code>net start w3svc (enter)</code>  <code>net start w3svc (enter)</code> 
-  **Service is starting**+**Service is starting**
wiki/create_webserver_ssl_certificate_for_iis_default_website.1509323174.txt.gz · Last modified: 2017/10/30 00:26 by wikiadmin