How to enable certificate Let's Encrypt from panel to domain?

Discussion in 'General' started by Bili, Oct 2, 2016.

  1. Bili

    Bili New Member

    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?
    letencr.png
     
  2. diablo666

    diablo666 Active Member HowtoForge Supporter

    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.
     
  3. Bili

    Bili New Member

    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.
     
  4. diablo666

    diablo666 Active Member HowtoForge Supporter

  5. Bili

    Bili New Member

    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
     

Share This Page