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. https://crt.sh/?q=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: dipstik.info
I ran this command: sudo certbot renew --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/dipstik.info.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator manual, Installer None
Renewing an existing certificate
Performing the following challenges:
dns-01 challenge for dipstik.info
dns-01 challenge for dipstik.info
Cleaning up challenges
Attempting to renew cert (dipstik.info) from /etc/letsencrypt/renewal/dipstik.info.conf produced an unexpected error: Missing command line flag or config entry for this setting:
NOTE: The IP of this machine will be publicly logged as having requested this certificate. If you're running certbot in manual mode on a machine that is not your server, please ensure you're okay with that.
Are you OK with your IP being logged?
(You can set this with the --manual-public-ip-logging-ok flag). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/dipstik.info/fullchain.pem (failure)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/dipstik.info/fullchain.pem (failure)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
My web server is (include version):
I am running a python based server (python 2.7 using SimpleHTTPServer)
The operating system my web server runs on is (include version): Ubuntu 20.04 LTS
My hosting provider, if applicable, is: Digital Ocean
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): 0.40.0
I have recently attempted to upgrade a simple HTTP site to use HTTPS and be compliant with modern browsers.
I was originally running on Ubuntu 18.04 and managed to set up the system using letsencrypt. It appeared to work. Due to some general system reliability issues, I have now upgraded to Ubuntu 20.04. Now I am having issues with challenge failures and renewal failures as above.
I originally used guidance from this document How To Acquire a Let's Encrypt Certificate Using DNS Validation with acme-dns-certbot on Ubuntu 18.04 | DigitalOcean
to set up my system.
The system was originally set up using certbot 0.31.0
I am hoping someone might have seen this behaviour and can offer some guidance.
Despite these issues, my website is basically running but I suspect I will have a problem when I need to renew the certificates in a a few months.
Cheers
Peter.