How to create https page

Asked By 10 points N/A Posted on -
qa-featured

I'm a new web-developer and I do not know how the pages starting with "https" can be created. What can I do for creating this type of page?

SHARE
Best Answer by Tanok Bloran
Best Answer
Best Answer
Answered By 80 points N/A #116629

How to create https page

qa-featured

HTTPS or HyperText Transfer Protocol with SSL or Secure Sockets Layer is use to transfer encrypted data over the web. To configure your web server for SSL you need to get a certificate for encrypting and decrypting information that is being transferred to the network. Once you already have the certificate then you may configure the website to use HTTPS. To do that you will have to sign in to your web server computer as the administrator. For the step-by-step procedure, and to know the right tool for the SSL certificate, you may go to the following websites:
https://support.microsoft.com/en-us/help/324069/how-to-set-up-an-https-service-in-iis

Answered By 5 points N/A #195352

How to create https page

qa-featured

You have to make your pages secure with SSL certificate via https. To do that you have to get in touch with the web host for a CSR key. Now, with that key you will be able to purchase the SSL certificate. Next step is to make an update to the web host.

Related Questions