HELP! Cannot renew cert on my own website

I had a dev team from out of the country that originally put together the SSL for my website… and now the certificate has expired and I need to renew it.

I do not have a technical background, but need to figure out how to renew it and stop having the security warning show to the folks that visit my website.

Any help would be greatly appreciated!

Thanks!

We need to know how your website is hosted to be able to give you advice on what to do.

Try to find answers to as many of the following questions as you can, and please provide your real domain name:

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:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

Unfortunately I do not know most of this information, but if there is a way
to look it up I would certainly figure it out if you could guide me. Thank
you for your help - I am quite inept in this area.

My domain is: Theirfans.com

I ran this command: Not sure what you mean

It produced this output: Not sure what you mean

My web server is (include version): not sure

The operating system my web server runs on is (include version): Not sure

My hosting provider, if applicable, is: AWS

I can login to a root shell on my machine (yes or no, or I don’t know): i
dont know

I’m using a control panel to manage my site (no, or provide the name and
version of the control panel): i dont know

Best,

Michael Masek
https://www.theirfans.com
https://www.facebook.com/aplaceforyourfans
https://www.twitter.com/theirfans2015
https://www.instagram.com/theirfans2015
https://www.youtube.com/c/theirfans
650.888.5639

Do you have anybody to help you with the running of your server? It would help to be familiar with how it is setup.

It looks like somebody already set Let’s Encrypt up originally but it is failing to renew.

You will need to SSH in to your server and run letsencrypt renew, certbot renew, or certbot-auto renew, depending on what command was originally used. This will try to renew the certificate and reveal what the issue may be.

There is also a chance that Certbot was not used, but only the person who set it up originally would know the answer.

Additional context: there was an issue with Let’s Encrypt recently which may be the reason for the failing renewal, and that thread provides some advice on what to do.

How do I SSH into my server?

This issue has been happening only for a few days, however this sites certificate expired 3 1/2 weeks ago, so that is not the issue at play.

1 Like

Did your dev team leave you with any credentials or instructions on managing your server? How you proceed will largely depend on how they set it up, so it may be worth reaching out to them.

I’ve got the sole access now. And unfortunately they’re unreachable as they
completed it on a project basis

You should have been given an SSH private key file when the server was handed over to you. This explains how to use it:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html

If you don’t have a private key file, it’s possible to reset it by stopping your server and changing it while it is offline. This explains how:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#replacing-lost-key-pair

2 Likes

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