Hi, Server Debian 8.6 after this update I can not use Lets Encrypt. The following steps have been taken: a) Update from ISPConfig 3.0.5.4p8 to 3.1.1p1 in console with teh script ispconfig_update.sh - OK b) Install certbot with mkdir /opt/certbot cd /opt/certbot wget https //dl.eff.org/certbot-auto chmod a+x ./certbot-auto ./certbot-auto If I activate Lets Encrypt in webinterface, I get an email with the error "WARNING - Let's Encrypt SSL Cert for: ******* could not be issued." Ich have activated DEBUG for ISPConfig, there I also find the same error. What's wrong ? Many Thanks!
I've still searched further and found the following. The Script "apache2_plugin.inc.php" executes this command: 'which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt' I do not have a folder /root/.local/share/letsencrypt. What can I do now ? Many Thanks!
The error was found. Since I work in the system with another name, folder letsencrypt was saved under my home path /home/myname/.local/share/letsencrypt. I have copied this folder under root and it is now running. Fine!