Configure web SSL security certificate for HTTPS access
1. Install the Certificate Server
Control Panel-> add or deleteProgram-> Add/delete Windows Components-> Certificate Service
2. IIS request Certificate
Log on to the IIS Information Service Manager and choose website Properties> Directory Security> server certificate> New certificate. Now, prepare the certificate request, but send it later-> next-> enter the Organization and Department points
Step 1> enter the public name and click Next> select a country and enter the province/Autonomous Region and city/county points next-> Save the generated request file [c: \ xxx.txt] and click Next-> complete.
Go to http: // server/certsrv/-> apply for a certificate first-> select Advanced Application-> select base64-encoded CMC or PKCS #10 file to submit a certificate application, or use
Base64 encoded PKCS #7 file renewal certificate application. -> Copy the content in c: \ xxx.txt to the saved application text box and click Apply-> complete.
3. issue a certificate
Open management tools-> open a Certificate Authority-> select a pending application-> Find your application and right-click all tasks and select issue-> select issued certificate-> Find and open the certificate select details and copy
To file [xxx. CER]
4. Install the certificate
Open IIS Information Service Manager-> select website properties-> Directory Security-> click server certificate-> select process pending requests and install certificates-> select xxx you copied. next to the CER file, select the SSL terminal number.
5. Use https: //... for access.