Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

How to install a Certificate SSL DVW on Apache Web Server

Digital solution partner

How to install a Certificate SSL DVW on Apache Web Server

1)Purchase your Certificate SSL DVW (Domain Validated Wildcard ) from your provider.

2)Log in to your server’s terminal via Secure Shell (SSH).

3)Generate a private key and CSR by running the following command:

Note: Replace “server” with the domain name you intend to secure.

Enter the following CSR details when prompted:

  1. Common Name: The FQDN (fully-qualified domain name) you want to secure with the certificate such as www.google.com, secure.website.org, *.domain.net, etc.
  2. Organization: The full legal name of your organization including the corporate identifier.
  3. Organization Unit (OU): Your department such as ‘Information Technology’ or ‘Website Security.’
  4. City or Locality: The locality or city where your organization is legally incorporated. Do not abbreviate.
  5. State or Province: The state or province where your organization is legally incorporated. Do not abbreviate.
  6. Country: The official two-letter country code (i.e. US, CH) where your organization is legally incorporated.

Note: You are not required to enter a password or passphrase. This optional field is for applying additional security to your key pair.

4)Copy all CSR text including:

5)Return to the Generation Form on our website and paste the entire CSR into the blank text box and continue with completing the generation process. Your order will enter the validation process with the issuing Certificate Authority (CA) and require the certificate requester to complete some form of validation depending on the certificate purchased.

6)Copy SSL Certificate (PEM) in new file of your server.(es. your_domain_name.crt)

7)Copy CA-bundle in new file of your server. (es. cabundle.crt)

8)Locate the apache config file to edit:

Configure the httpdomain.conf file and enter the following commands on your VirtualHost to successfully enable SSL:

9)Enable your configuration:

10)Reload Apache:

11)Congratulations! You’ve successfully installed your SSL certificate! Remember, you may need to restart your server for changes to take effect.