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:edgepay.io
I ran this command:
It produced this output:
My web server is (include version):
Bitnami Drupal 8.5.6-0
The operating system my web server runs on is (include version):
Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-1072-aws x86_64)
My hosting provider, if applicable, is: Amazon Web services
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 0.31.0
So for about a year the Let’s Encrypt service has been working to renew our certificates.
Now, however, it can no longer renew our certificates. The last time was 09/05/2019.
No error messages.
Oh! I thought you were using Certbot for these because you answered the question about the Certbot version successfully, and you do have Certbot installed on your system. But those certificates were obtained with lego rather than with Certbot.
Are you familiar with lego? Do you know how to ask it to renew your certificates?
I used a script set to run with a cron job, here is one of the commands:
sudo /usr/local/bin/lego --http --email="XXXXXX@gettrx.com" --domains=“edgepay.io” --domains=“www.edgepay.io” --path="/etc/lego" renew
I’m not very familiar with lego; is it possible that you could make it more verbose with -v? Is there a command to make lego show which certificates you have or when they’re going to expire?
here is what I found:
NAME:
lego renew - Renew a certificate
USAGE:
lego renew [command options] [arguments…]
OPTIONS:
–days value The number of days left on a certificate to renew it. (default: 15)
–reuse-key Used to indicate you want to reuse your current private key for the new certificate.
–no-bundle Do not create a certificate bundle by adding the issuers certificate to the new certificate.
–must-staple Include the OCSP must staple TLS extension in the CSR and generated certificate. Only works if the CSR is generated by lego.