Let's encrypt no longer installing

Discussion in 'Installation/Configuration' started by fbarcenas, May 25, 2017.

  1. fbarcenas

    fbarcenas Member

    Last edited: May 25, 2017
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Did you create any websites in ISPC with LE?
     
  3. fbarcenas

    fbarcenas Member

    I created a website on the new server, but when I try to create a site with LE nothing happens. My other servers don't have this problem.
     
  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Basically installing python-certbot as stated will be able create LE certs. Did you miss anything during the process? Try to reconfigure ISPC using update if all are properly installed / setup. And do check your logs for errors.
     
  5. fbarcenas

    fbarcenas Member

    What logs? THere are no LE logs because LE is probably no longer a dependency of python-certbot
     
  6. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Code:
    apt-get install python-certbot -t jessie-backports
    The code should install them all. But if it didn't work, there should be some errors or warnings during its installation. Try purging and reinstall it again and see? By the way I always reconfigure my ISPC via updating after changing or updating any of the services, just in case, though you may choose not to.
     
  7. fbarcenas

    fbarcenas Member

    I run an update myself when I update or change a service, too. I did a REMOVE --PURGE to get rid of PYTHON-CERTBOT and then I reinstalled.

    Code:
    # apt-get install python-certbot -t jessie-backports
    Reading package lists... Done
    Building dependency tree     
    Reading state information... Done
    Suggested packages:
      python-certbot-doc
    Recommended packages:
      certbot python-psutil
    The following NEW packages will be installed:
      python-certbot
    0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
    Need to get 0 B/158 kB of archives.
    After this operation, 876 kB of additional disk space will be used.
    Selecting previously unselected package python-certbot.
    (Reading database ... 43715 files and directories currently installed.)
    Preparing to unpack .../python-certbot_0.10.2-1~bpo8+1_all.deb ...
    Unpacking python-certbot (0.10.2-1~bpo8+1) ...
    Setting up python-certbot (0.10.2-1~bpo8+1) ...
    # 
    As you probably already noticed CERTBOT does not get installed.
     
  8. fbarcenas

    fbarcenas Member

    I installed CERTBOT, and now I have /etc/letsencrypt
     
  9. fbarcenas

    fbarcenas Member

    Maybe this debian that was installed from the hosting company may not be installing recommended packages. Maybe that is the difference.
     
  10. fbarcenas

    fbarcenas Member

    My LE still does not work from the control panel. Even having run:
    Code:
    apt-get install certbot -t jessie-backports
     
  11. fbarcenas

    fbarcenas Member

    I am definitely missing something else. Maybe I should run an ISPC update to see if it detects the CERTBOT package now installed.
     
  12. fbarcenas

    fbarcenas Member

    Nope. LE still does not work after running an ISPC update. So there must be some other component we are missing.
     
  13. fbarcenas

    fbarcenas Member

    @till have you ever seen anything like this?
     
  14. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    You should just need "certbot" and "python-certbot". What happens if you run certbot from the commandline, eg. 'certbot renew' - does that point to any errors?
     

Share This Page