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:mote.mcgoverns.co.uk
I ran this command: sudo certbot --apache -v
It produced this output:
Renewing an existing certificate for mote.mcgoverns.co.uk
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Some challenges have failed.
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.29 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 18.04
My hosting provider, if applicable, is:
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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.22.0
I repeat, I am just guessing - it is odd for sure.
To test idea, my first step would be remove condition to ensure any redirect works. Then add it back as condition with HTTP_HOST and see if that worked. Try SERVER_NAME after that and see when it breaks.
Also, could try just setting the VHost as *:80 - that might fix it up right away
Hi Everyone,
sudo certbot certonly --webroot -w /var/www/html
WORKED... I now have a valid certificate thru to April 7th... final questions to you gurus
I have put a diary entry in now so that I do not forget when the cert expires, therefore before the 7th do I just use the command
sudo certbot renew
To get my next validity period? Any way I can extend the period to greater than 3 months validity?