Hello I am currently using ISPConfig 3.1.15p3 on Debian Jessie I got emails from letsencrypt to change certificates using the ACMEv1 : "we will stop allowing new domains to validate using the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client ..." my ispconfig is update . How to change ACME V1 protocol ? Regards Fred
As advised, upgrade your LE client (which is normally old version of certbot or letsencrypt). If I am not mistaken, certbot-auto and acme.sh will auto update itself, so you don't to worry if you are already using one of them.
Thanks for your feedback. i find this : https : //certbot.eff.org/lets-encrypt/debianjessie-apache.html - first, i think i must desacitivate SSL on ISPConfig interface for the websites ? - then remove cerbot then install cerbtot-auto -finally is it necessary to do : (4) Choose how you'd like to run Certbot ? or ispconfig will do this when i activate SSL let'sencrypt on interface ?
No No. certbot-auto is neither a new version of certbot nor a replacement for certbot. certbot-auto is just an installer to install current certbot versions and it can be used as wrapper script for certbot. To get a current certbot version by using the certbot-auto installer, run these commands: Code: cd /usr/local/bin wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto ./certbot-auto --install-only No