Generating Certificate Signing Requests

To generate a certificate signing request:

A special note for our Webnames Web Hosting customers: In addition to the manual SSL CertificateClosed SSL Certificates are created for a particular server and domain, and are issued by trusted, third-party Certificate Authority (CA) - comparable to your passport. As the Certification Authority, the SSL Certificate vendor authenticates the identity of the purchaser and verifies the business that owns the domain. installation steps outlined below, all Webnames web hosting customers can take advantage of AutoInstall SSLClosed Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communication security over the Internet.[1] TLS and SSL encrypt the segments of network connections at the Application Layer for the Transport Layer, using asymmetric cryptography for key exchange, symmetric encryption for confidentiality, and message authentication codes for message integrity. within our Web Hosting packages. AutoInstall SSL allows for the configuration, validation, issuance and installation of SSL certificates in a few easy steps.

See also: AutoInstall SSL

To generate a CSR key manually from within the wEBNAMES Hosting Control Panel

  1. Log into your Webnames account at https://webnames.ca
  2. Browse to My Account > Manage > Web Hosting
  3. Click on your domain name
  4. Click on the Hosting Tab
  5. Under the Hosting Logins heading, click on Login for the Hosting Control Panel
  6. Once logged in, go to theWebsites & Domains and click onSSL/TLSClosed The Transport Layer Security protocol aims primarily to provide privacy and data integrity between two communicating computer applications.[1]:3 When secured by TLS, connections between a client (e.g., a web browser or email program) and a server (website or email server) are private (or secure), authenticated, and unaltered. Certificates.
  1. Click the Manage button.
  2. Click the Add SSL/TLS Certificate button.

 

  1. Specify the following certificate parameters:
    1. Certificate name: This is a label of your own choosing and will help you identify this certificate should you have more than one in the future.
    2. Bits: This value controls the strength of the encryption algorithm used to create your CSR Key. Bigger is better.
    3. Your location and organization name: These are required fields and should not exceed the length of 64 characters.
    4. The corresponding domain name for this SSL certificate. IT is critical that spelling etc be 100% accurate in this field. Example: yourdomain.com
    5. The website administrator's (or your) e-mail address.  

NOTE: Your choice of domain name is critical, and cannot be changed later.

Generally speaking, www should not be included in the domain name you specify, since this variation of domain name will automatically be included as an alternative name (SANClosed The Subject Alternative Names (SAN) extension allows one SSL certificate to be used to secure one Web server with multiple names (such as a different DNS name, IP address or URI).) for your SSL certificate.

Example: A certificate configured for yourdomain.com will also automatically work for www.yourdomain.com, however the opposite is not true - A certificate for www.yourdomain.com will not work for yourdomain.com

  1. Make sure that all the provided information is correct and accurate. This information should match the WHOISClosed WHOIS (pronounced as the phrase who is) is a query and response protocol that is widely used for querying databases that store the registered users of domain names, information for the corresponding domain name.
  2. Click Request. The hosting server will generate your private key and certificate signing request and add them to your certificates repository (Websites & Domains > SSL Certificates).

  1. In the list of certificates, click the name of the certificate you need.
  2. Locate the CSR section on the page, and copy the text that starts with the line
    -----BEGIN CERTIFICATE REQUEST-----
    and ends with the line
    -----END CERTIFICATE REQUEST-----
    to your clipboard.

CSR Example

  1. This CSR text will be required in the next step. Keep the window containing your CSR open, and proceed to the next step.