Utilizzando “Certbot” (Let’s Encrypt) si ottiene l’errore :
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
io ho risolto passando da questa modalità di installazione:
certbot –apache -d eteon.it -d eteon.it
a questa:
certbot –authenticator standalone –installer apache -d eteon.it –pre-hook “apache2ctl stop” –post-hook “apache2ctl start”
certbot, use certbot, certbot Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA