Hello, I have try to update certbot-auto on some Centos 7 servers but I have get this error on all servers: Code: [[email protected] certbot]# ./certbot-auto --version Upgrading certbot-auto 1.3.0 to 1.11.0... Replacing certbot-auto... Your system is not supported by certbot-auto anymore. Certbot will no longer receive updates. Please visit https://certbot.eff.org/ to check for other alternatives. certbot 1.3.0 I have try to reinstall follow the steps from howto perfect server centos7 but the error is the same. Someone have some suggest to update certbot-auto? Many thanks. Dario
i saw that it is also possible to install certbot via yum Code: yum install certbot and remove /opt/certbot/certbot-auto My question is: I can do that? ispconfig It still works? Thanks for reply.
The website https://certbot.eff.org/ has info on what to install on CentOS 7. How old is this CentOS 7 you have?
ISPConfig 3.2 already officially made acme.sh the main LE client, as it is more reliable according to the developers. May be you shouldn't be using certbot-auto or certbot at all and should try acme.sh instead, to work in its place?
You should use certbot-auto. Is your OS up to date? You could also switch to acme.sh, like @ahrasis mentioned.
Yes, my OS is up to date Then, ispconfig what command use? acme.sh, /opt/certbot/certbot-auto or certbot? Where I find the acme.sh shell command? (https://github.com/acmesh-official/acme.sh) ? And howto install it for ispconfig? Thanks for reply. Dario
Delete current LE SSL certs for your server then update (or force update) your ISPConfig while during the update say yes to secure your server with new LE SSL certs. ISPConfig 3.2 is already packaged with acme.sh.