Hi. I installed Ispconfig3.1 from https://www.howtoforge.com/tutorial/ispconfig-install-script-debian/ Everything work fine, but I have one problem. I don't know how to use checkbox Let's Encrypt? When I check I do not have a green padlock. Certificate doesn't work. How to enable certificate Let's Encrypt from panel when I add new domain?
You shoudl only check Let's Encrypt. Take a look at the log in /var/log/ispconfig/cron.log when it generate the certificate, so we can debug.
It did not work because certbot was not installed. I using the automatic installer: I looked at the log Installation Code: Installing Certbot-auto... /tmp/ispconfig_setup-master/distros/debian8/install_webserver.sh: linia 64: certbot-auto: command not found The script does Code: apt-get -yqq install python-certbot-apache -t jessie-backports a then performs: Code: certbot-auto which is not find certbot-auto I solved it yourself manually downloading and installing Code: wget https://dl.eff.org/certbot-auto chmod a+x ./certbot-auto ./certbot-auto and work. Now I have new problem. Including the certificate for the domain added there is another problem. Stops work on all domains alias / webmail control on roundcube.
Sound strange, reading the docs at Certbot Home page, they say to install is simple needed that line of code https://certbot.eff.org/#debianjessie-apache You installed apache2?
Now letsencrypt works Yes I installed apache2. Now I don't know why when I "on" letencrypt don't work alias webmail for all domain, when letsencrypt off alias webmail work dor all domain. Sorry for my English