My domain is: thegossoperahouse.com
I ran this command: certbot-auto -renew
It produced this output: No such file or directory
My web server is (include version): Amazon EC2
The operating system my web server runs on is (include version): Linux
My hosting provider, if applicable, is: Amazon
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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
My certificate expired and I can find no way to renew it
1 Like
Hi @MindMachine
please check the documentation.
https://certbot.eff.org/docs/using.html
There is no -renew
command.
It's saying certbot is an invalid command
1 Like
You know what you have used to create the first certificate.
I've tried reinstalling certbot and it says:
No package certbot available.
No package python2-certbot-apache available.
1 Like
I thought I was using my GoDaddy certificate but somehow it's pointing to a Lets Encrypt certificate that I was unaware of and now my site is saying expired.
1 Like
rg305
February 13, 2021, 5:10pm
8
Did you get through this part of that guide?:
1 Like
No package certbot available.
No package python2-certbot-apache available.
1 Like
I now have certbot-auto command working and it says it was successful but now it's saying the connection is not private still.
1 Like
rg305
February 13, 2021, 5:19pm
11
The certificate is only for "thegossoperahouse.com ".
You are probably connecting to "www.thegossoperahouse.com "
You should get a new cert with both names on it.
Show:
certbot-auto certificates
certbot-auto --version
2 Likes
So... I think I fixed this... I restored my server to my February 1st backup and ran this command and it seems to work now:
sudo ./certbot-auto renew
1 Like
Osiris
February 13, 2021, 5:55pm
13
MindMachine:
renew
Yes, that was @JuergenAuer trying to tell you in the beginning: the command is renew
, not -renew
.
2 Likes
system
Closed
March 15, 2021, 5:55pm
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.