Having issue generating ssl for my domain and sub domain

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: www.livelife.rest

I ran this command: certbot --apache -d goal.livelife.rest

It produced this output: The certificate was saved, but could not be installed (installer: apache). After fixing the error shown below, try installing it again by running:
certbot install --cert-name goal.livelife.rest

Unable to find corresponding HTTP vhost; Unable to create one as intended addresses conflict; Current configuration does not support automated redirection
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

My web server is (include version): apache 2.4.37

The operating system my web server runs on is (include version): centos 8 2011

My hosting provider, if applicable, is: namecheap.com

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.18.0

Hi @Dare-y, welcome to the LE community forum :slight_smile:

Apache is notorious for running at all costs.
I suspect that there are imperfections in the apache config that have stumped certbot.
Let's start unraveling this problem with the output of:
sudo apachectl -t -D DUMP_VHOSTS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.