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.
I ran this command:
certbot certonly --force-renew -d namedream.com
It produced this output:
IMPORTANT NOTES:
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/namedream.com-0001/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/namedream.com-0001/privkey.pem
Your cert will expire on 2023-06-21. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
"certbot renew"
My web server is (include version): apache
The operating system my web server runs on is (include version): ubuntu
My hosting provider, if applicable, is: digital ocean
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): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): ?
Hello can you please help me renew this ssl cert. This is happening every month now. When I run ssllabs.com test it says cert is not valid. HELP!
Yes, you can message me on this site so we can set uo some sort of cron job. There was a cron job to renew certbot but it seems to have stopped. I will be back in a few hours and respond. The site seems to be working sometimes, not sure, could be some sort of caching issues.
Two back to back attempts with curl -Ii https://namedream.com/; gave different results.
$ curl -Ii https://namedream.com/
HTTP/1.1 200 OK
Date: Thu, 23 Mar 2023 17:39:38 GMT
Server: Apache/2.4.18 (Ubuntu)
Content-Type: text/html; charset=UTF-8
$ curl -Ii https://namedream.com/
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Here details on Apache can be found in documentation and forums: