Need help renewal no longer possible

root@vorman:~/lets# ./certbot-auto renewal
Your system is not supported by certbot-auto anymore.
certbot-auto and its Certbot installation will no longer receive updates.
You will not receive any bug fixes including those fixing server compatibility
or security problems.
Please visit https://certbot.eff.org/ to check for other alternatives.
usage:
certbot-auto [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: renewal

3 Likes

You should still be able to renew. The command is:

certbot-auto renew
2 Likes

ooops, thanks i was able with correct command but still showing due in 8 days i find that strange

2 Likes

Reload your webserver:

sudo apachectl -k graceful

or

sudo nginx -s reload

2 Likes

i did /etc/init.d/lighttpd reload

on my side shows expiration in ma7 but here when i check shows 7 days

https://www.sslshopper.com/ssl-checker.html#hostname=vorman.mooo.com

2 Likes

I think you're doing pretty good, my friend. :slightly_smiling_face:

https://www.ssllabs.com/ssltest/analyze.html?d=vorman.mooo.com&hideResults=on

Best check again... :wink:

https://www.sslshopper.com/ssl-checker.html#hostname=vorman.mooo.com

You were probably looking at the cached results from sslshopper from before you reloaded your webserver. They cache them on the server. I updated the cache for you.

2 Likes

If this command doesn't work for you then stop the apache server and then retry the command again , it'll work.

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