digiloo
February 11, 2021, 8:33am
1
Hi,
My renewal has suddenly ceased to work:
Normally it looks like this:
2021/02/08 01:00:09 [bogus.org ] The certificate expires in 73 days, the number of days defined to perform the renewal is 30: no renewal.
2021/02/09 01:00:09 [bogus.org ] The certificate expires in 72 days, the number of days defined to perform the renewal is 30: no renewal.
Now it looks like this:
2021/02/10 01:00:01 Could not create client;
get directory at 'https://acme-v02.api.letsencrypt.org/directory ': Get "https://acme-v02.api.letsencrypt.org/directory ": EOF
Any idea why?
Regards Digiloo
2 Likes
_az
February 11, 2021, 8:49am
2
Does running this work?
curl -i -m10 https://acme-v02.api.letsencrypt.org/directory
2 Likes
griffin
February 11, 2021, 6:18pm
4
What ACME client are you using to get your certificates?
2 Likes
digiloo
February 11, 2021, 6:36pm
5
Since the given URL is https://**acme-v02.**api.letsencrypt.org/directory I guess the answer is acme-v02.
I run a AWS lightsail instance with bitnami joomla
/ Digiloo
2 Likes
griffin
February 11, 2021, 6:39pm
6
Your ACME client is the piece of software you run to get your certificates. In short, what's the process you use to get your certificates. That should reveal the client.
Last updated: Jan 8, 2021 | See all Documentation Let’s Encrypt uses the ACME protocol to verify that you control a given domain name and to issue you a certificate. To get a Let’s Encrypt certificate, you’ll need to choose a piece...
2 Likes
digiloo
February 11, 2021, 6:46pm
7
This is the command I (read bitnami) uses;
sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="bogus@gmail.com " --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains=bogus.org renew && sudo /opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf -k graceful # bncert-autorenew
/ Digiloo
1 Like
digiloo
February 11, 2021, 6:59pm
8
So I guess the client is lego
/ Digiloo
1 Like
system
Closed
March 13, 2021, 7:00pm
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.