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: notthere.ddns.net and 5 others (see below).
I ran this command: certbot renew --dry-run and certbot renew
It (they both) produced this output (the same error messages):
/Users/mcook/My_Downloads_ECHO/SSL-install-OLD $ sudo certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/notthere.ddns.net-0001.conf
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for notthere.ddns.net
http-01 challenge for skyprod.net
http-01 challenge for skyprod1.ddns.net
http-01 challenge for skyprod5.ddns.net
http-01 challenge for www.skyprod.net
Waiting for verification...
Cleaning up challenges
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/notthere.ddns.net-0001/fullchain.pem
Processing /etc/letsencrypt/renewal/notthere.ddns.net.conf
Traceback (most recent call last):
File "/usr/local/Cellar/certbot/1.0.0/libexec/lib/python3.7/site-packages/certbot-1.0.0-py3.7.egg/certbot/_internal/renewal.py", line 64, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/local/Cellar/certbot/1.0.0/libexec/lib/python3.7/site-packages/certbot-1.0.0-py3.7.egg/certbot/_internal/storage.py", line 446, in init
"file reference".format(self.configfile))
certbot.errors.CertStorageError: renewal config file {} is missing a required file reference
Renewal configuration file /etc/letsencrypt/renewal/notthere.ddns.net.conf is broken. Skipping.
"_sudo_certbot_renew_test_2005130400_ECHO_SUCCESS_Q_6_certbot_renew" 50L, 2512C
<<
My web server is (include version): Apache 2213 (it's old but it works and I am not planning to upgrade it.)
The operating system my web server runs on is (include version): MacOS 10.13.6 (latest for Mac Mini mid-2011)
My hosting provider, if applicable, is: Bell MTS (Manitoba, Canada) is my ISP, but Apache and certbot are run at home.
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.0.0 (installed using Homebrew)
I tested the certificate and it was renewed successfully but I want to get rid of the error messages. How can I go about this? For example: do I need to upgrade Homebrew to get to a certbot version higher than 1.0.0? Or do I need to upgrade or fix my Python, and - if so - how should I do this?