Problem with renewal certificate

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

Does running this work?

curl -i -m10 https://acme-v02.api.letsencrypt.org/directory
2 Likes

Yes. HTTP/1.1 200 OK

2 Likes

What ACME client are you using to get your certificates?

2 Likes

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

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.

2 Likes

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

So I guess the client is lego

/ Digiloo

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.