Text

Text


Steps to generate a private CSR 

and purchase an SSL certificate.

Section 1: Generate a CSR

Section 2: Purchase an SSL Certificate

Section 3: Submit SSL Certificate for Hosting

Section 4: FAQ and Information

These instructions are being provided to walk you through the whole process to configure, obtain and submit a certificate. If you have already purchased an SSL certificate please start with section 3.


If you purchase a certificate from another provider they may ask you to provide them with a CSR. If they make that request you will need to follow the steps in Section 1 and generate a CSR then skip section 2 and proceed with Section 3.



head1


Complete this section 1st

Generate a Certificate Signing Request (CSR) using OpenSSL on Microsoft Windows system

Solution

To generate a Certificate Signing Request (CSR) using OpenSSL on Microsoft Windows system, perform the following steps:

Step 1: Install OpenSSL

1. Open the following link in your web browser: https://wiki.openssl.org/index.php/Binaries

2. On the table Third Party OpenSSL Related Binary Distributions, there are a few distributions.

3. Select the "OpenSSL for Windows" and follow the link: https://slproweb.com/products/Win32OpenSSL.html

4. Scroll to the section "Download Win32 OpenSSL"

5. Select one of the non-light edition of the installer and download it.
        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl02.jpg

6. Double click the OpenSSL file using default settings to complete the installation.


Step 2: Set up OpenSSL for usage

1. In Windows 7 or prior, click Start > Run, In Windows 8 or later click search, CMD press enter.

2. In the Open box, type CMD and click OK
        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl03.jpg

3. A command prompt window appears

4. Type the following command at the prompt and press Enter:
cd \OpenSSL-Win32

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl04.jpg

5. The line changes to C:\OpenSSL-Win32

6. Type the following command at the prompt and press Enter:
set OPENSSL_CONF=c:\OpenSSL-Win32\bin\openssl.cfg

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl05-1.jpg

7. Restart computer (mandatory)

Step 3: Generate a Certificate Signing Request (CSR) using OpenSSL on Windows

1. In Windows 7 or earlier, click Start > Run, In Windows 8 or later click search, CMD press enter.

2. In the Open box, type CMD and click OK
        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl06.jpg

3. A command prompt window appears

4. Type the following command at the prompt and press Enter:
cd \OpenSSL-Win32\bin

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl07.jpg

5. The line changes to C:\OpenSSL-Win32\bin

6. Type the following command at the prompt and press Enter:
openssl genrsa -out private-key.key 2048

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl08.jpg

7. Type the following command at the prompt and press Enter:
openssl req -new -key private-key.key -out csr.txt

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl09.jpg

8. Fill in the required fields:

o Country Name: Use the two-letter code without punctuation for country, for example: US or CA.

o State or Province: Spell out the state completely; do not abbreviate the state or province name, for example: California

o Locality or City: The Locality field is the city or town name, for example: Berkeley. Do not abbreviate. For example: Saint Louis, not St. Louis

o Company: If the company or department has an &, @, or any other symbol using the shift key in its name, the symbol must be spelled out or omitted, in order to enroll.

o Organizational Unit: The Organizational Unit (OU) field is the name of the department or organization unit making the request. To skip the OU field, press Enter on the keyboard.

o Common Name: The Common Name is the Host + Domain Name. It looks like "www.symantec.com" or "symantec.com".
Symantec certificates can only be used on Web servers using the Common Name specified during enrollment. For example,
a certificate for the domain "symantec.com" will receive a warning if accessing a site named "www.symantec.com" or "secure.symantec.com", because "www.symantec.com" and "secure.symantec.com" are different from "symantec.com.". You will have a choice further in this process to purchase a single domain certificate or a multi-domain certificate.

Note: Please DO NOT enter an email address, challenge password or an optional company name when generating the CSR.

9. A public/private key pair has now been created. The private key (i.e. private-key.key) is stored locally on the computer and is used for decryption. The public portion, in the form of a Certificate Signing Request (i.e. csr.txt), will be for certificate enrollment.

10. To move the private key and CSR file to a centralize directory (e.g. certificate) from local computer. Type the following command at the prompt and press Enter:

o md c:\certificate

o move private-key.key c:\certificate

o move csr.txt c:\certificate

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl11.jpg

11. The CSR file (i.e. csr.txt) is now ready to use for certificate enrollment

12. To open the CSR file using Notepad via command prompt. Type the following command at the prompt and press Enter:
notepad c:\certificate\csr.txt

        https://knowledge.digicert.com/content/dam/digicertknowledgebase/library/SYMWISE/TRUST_SERVICES/VERISIGN/ALL_OTHER/SO27347/openssl12.jpg

13. A new window (i.e. Notepad) opens which contains the information needed to enroll for a certificate

        

14. To copy the Certificate Signing Request from Notepad window, click Edit > Select All

15. Go to Edit again and select Copy

16. Once the CSR has been copied, proceed to certificate enrollment

Complete this section 2nd

You may purchase an SSL certificate from any provider. The following instructions are for our supported provider

Solution

Register and purchase an SSL certificate from Secureserver.net, perform the following steps:

Step 1: Open your internet browser

1. Open the following link in your web browser: https://www.secureserver.net/ssl/ssl-certificate.aspx?ci=48761&prog_id=536101&pl_id=536101

2. Click on Standard SSL and choose single domain if your website is just www.site.com or if your visitors can go to www.site .com or site.com then choose Single Domains with Unlimited Sub Domains (Wildcard)

3. Click on 1 year or 2 year terms

        

4. Click Add to cart

5. You will be asked to Create an Account, this is separate from your Storesonline Account.

6. Input your Billing Information and complete the purchase from for your certificate from Secureserver.net

7. Once purchase is complete click Go to My Account

        

8. After a few moments you will see a section for SSL Certificates (refresh the page if you don’t)

9. Click Set Up

        

  1. Click New Certificate

        

  1. This is where you need to paste the contents from the csr.txt file generated in section 1 step 13.

        

  1. Uncheck the box below that says Email addresses and check the box for I agree and press submit.
  2. After submitting you will be returned to this screen

        

  1. Please wait 5 to 10 minutes to refresh this page, once successful you will see

        

  1. You will then need to send an email to help@myquickresponse.com with the highlighted value from your page. They will then create a DNS txt entry for your domain to verify ownership.
  2. Within 72 hours you will be able to return to https://www.secureserver.net/ssl/ssl-certificate.aspx?ci=48761&prog_id=536101&pl_id=536101 and login with your created credentials from step 5.
  3. You will see this page if it has been under 72 hours, click Check My Update to force an update.

        

  1. Or you will see this page

        

  1. Once your domain has been verified your certificate will be available usually within 15 minutes but up to 24 hours.

        

  1. Click Download and you will receive a page to download your certificate. Please choose other from the list provided and click Download Zip File

        

Complete this section 3rd


Submit Certificates for Webhosting

Solution

Submit certificate and key for application to webhosting, perform the following steps:

Step 1: Open your internet browser

  1. Open the following link in your web browser: https://www.storesonlinepro.com/ssl
  2. Please fill out the information requested.
  3. In the file upload section, the Private key is the file you created in Section 1 named private-key.key and the Zip file is the file you received from the download at Secureserver.net

        

  1. Please sign the page to agree to the SSL hosting.

FAQ and Information

1: My site has completed the https transition but my site still shows unsecure.

This is usually due to unsecure items linked on your site such as images. In order to see what is unsecured follow these steps.

1: In Chrome click the menu (three dots), choose more tools, developer options

        

2: On the right side at the top you will see what items are unsecure

        

3: You will need to relocate the images to your server instead of linking to an external image to clear these messages.

2: How can I find what unsecure items are located on my site?

A free tool that can help locate items can be found at https://www.jitbit.com/sslcheck/. This will only let you scan for 200 items at a time.







Customer Support

Avail - The All-In-One Communication System from StoresOnline
Build Your Store

Merchant Services

Special Offers

Storesonline Storefront Design Gallery

Storesonline Domain Registration

Free Resources

Technology Blog

Customer Service Blog

Valid HTML 4.01 Transitional
Powered by Sun SecurityMetrics Certified
Powered by Oracle Powered by Perpetual Storage Powered by Apache

Copyright © StoresOnline, Inc. Orem, UT
help@myquickresponse.com