Get SSL Certification

SSL (Secure Sockets Layer ) is a protocol that ensures a secure connection between the web and the web server. It allows confidential information such as credit card info, data transfer, logins, etc. to be transmitted securely online.

To establish site credibility and security, you must have an SSL certificate installed on the web server. An SSL certificate creates a secure connection between the website and your customer’s browser ensuring all the data transmitted in between remains private and secure, It also prevents hackers from stealing private information such as credit card numbers, names, account logins, etc. Most businesses use SSL Certificates to secure their websites, allowing customers to place trust in them.

 

Generate Certificate Signing Request (CSR)

Certificate authorities need a Certificate Signing Request (CSR) to create SSL certificates. A CSR is a server-generated block of encrypted text that contains information that will be included in your certificate such as your common name, organization name, locality, and country. It also contains the public and private keys which are created at the same time the CSR is created.

To generate a CSR,

  1. Open the Microsoft Internet Information Services (IIS). Go to Start > Run and enter inetmgr. The IIS Manager window will be displayed.

  2. Click on the Server Name and from the menus displayed, select the Server Certificate icon. The Server Certificates page will be displayed with all the existing certificates on the server.

  3. In the Actions section, select Create Certificate Request

  4. Enter the information for your certificate. Note that all fields are required. The Common Name is the address that users type when they access the website (www.yourwebsite.com). After filling in all the required fields, click Next to continue.

  5. Select the Cryptographic service provider and the bit length (2048 bit or higher is recommended). Click Next.

  6. Click the ellipsis button to select a location where you want to save the CSR file or just enter the location path directly. Click Finish.

Install SSL Certificate

To install the SSL Certificate,

    1. Open the CSR file and submit it to your preferred SSL certification authority.

    2. Once your information is validated, the SSL certification authority will send you the certificate.

    3. Copy the certificate somewhere on the server.

    4. Open the IIS Manager and go to the Server Certificates page. In the Actions section, click Complete Certificate Request.

    5. Enter the filename containing the SSL certification or click the ellipsis button to locate the SSL Certification.

    6. You can enter a friendly name for the certificate to keep track of this on the server. Click OK once done.

    7. You will see the newly installed SSL certificate in the list.

Was this answer helpful? 0 Users Found This Useful (0 Votes)