Unable to renew certs

I am trying to renew my certs with certbot certonly --standalone. I had previously set this up but now when I try to renew instead of asking me to create new verification files like it usually does it is looking for the old ones and failing because I delete them after the cert is generated.

normally it would make me create the file in the well known directory on the webserver for it to verify I actually own the site but now it is just looking for the old ones from last time which aren't there anymore.

I tried this on a new vm as well and it does the same thing.

Just to be clear the website is hosted on godaddy and I am running the command from a linux vm since they won't let me install letsencrypt on the site :frowning:

Is there any way to either force it to let me create new verification files, or see what it is expecting for the old verfication files so I can recreate them?

I am assuming this information is stored on letsencrypt somewhere since this is the message I get.

Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:

Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.

1 Like

disregard. I ran it with --manual instead and it is working as expected.

2 Likes

If you're on GoDaddy running commands manually every couple months to renew, @griffin may have an easier solution for you.

2 Likes

that would be awesome. I wish they would just let me set it up in cpanel but they want you to buy their cert with is way overpriced and make it as difficult as they can to put a different one on there.

It isn't to bad to manually renew for free. just wish the free ones lasted more than 3 months.

1 Like

Welcome to the Let's Encrypt Community, Jason :slightly_smiling_face:

As @petercooperjr mentioned, I likely have a much easier solution for you. I specifically authored an ACME client for those using GoDaddy shared hosting. It's designed to be extremely easy to use, reliable, and take seconds to get a certificate.

1 Like

If you could share that it would be awesome. I assume you still have to manually update the cert on godaddy though and this just makes it easier than creating the challenges every time? I have to do it for 3 sites so renewing all of them does take a fair bit

1 Like

Are all three under the same cPanel account?

1 Like

They are.

1 Like

I'll PM you the download and instructions in a few minutes.

Thank you so much

1 Like

Sorry for delay. Making an improvement to code.

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