Enabling Let's Encrypt SSL certificate on Apache for 2 domain names

AFA Med

New member
Registered
Joined
Sep 18, 2016
Messages
1
Points
0
Hi,

I tried to get Let's Encrypt certificates for both my www and non-www domain names, then redirect all the requests to afa-advisory.com.

I installed certbot on my OVH VPS, then I tried many attempts to get both certificates:

1) I tried an all-in-one command:
Code:
certbot --apache -d afa-advisory.com -d www.afa-advisory.com
2) I tried the domain names separately in two commands:
Code:
certbot --apache -d afa-advisory.com 
certbot --apache -d www.afa-advisory.com
3) I tried expanding the first SSL certificate.

The problem is that I always get an invalid certificate for my root domain:

Invalid Common Name: Default Company Ltd
 

VirtuBox

Well-known member
Registered
Joined
May 3, 2016
Messages
1,622
Points
83
You should try this way :

Code:
apt-get install git
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
cd /opt/letsencrypt
./letsencrypt-auto --apache -d yourdomain.com -d www.yourdomain.com
./letsencrypt-auto renew
 
Recommended Threads
Replies
9
Views
3,651
Replies
8
Views
4,793
Replies
2
Views
2,935

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top