Letsencrypt & domain aliases

Post Reply
xuonggiasoc
Posts: 6
Joined: Fri Apr 23, 2021 8:20 pm

If I want to add multiple domain aliases to a website so it will serve any requests, is there a way to tell Letsencrypt I dont want certs for those domains.
At the moment enabling LE will fail in this scenario.

Thanks
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Maybe to create separate domain/subdomain with aliases that you do not need LetsEncrypt, and symlink 'public_html' to existent 'public_html' where you already have website.
Just fix 'open_basedir' in /etc/php/7.x/fpm/pool.d/ in the way that (new) separate domain/subdomain can access existent 'public_html'.
xuonggiasoc
Posts: 6
Joined: Fri Apr 23, 2021 8:20 pm

myVesta wrote: Fri Oct 08, 2021 12:33 pm Maybe to create separate domain/subdomain with aliases that you do not need LetsEncrypt, and symlink 'public_html' to existent 'public_html' where you already have website.
Just fix 'open_basedir' in /etc/php/7.x/fpm/pool.d/ in the way that (new) separate domain/subdomain can access existent 'public_html'.
Thank you for your assistance.
I will follow the instructions.
Post Reply