let's encrypt the problem

Discussion in 'General' started by barneby, Feb 11, 2017.

  1. barneby

    barneby New Member

    When I turn in the administration's years encrypt folder /etc/letsencrypt/live/domain.com will create all the necessary files. A folder /var/www/domain.com/ssl/ creates files with the suffix -le but in / etc / apache2 / sites-available creates domain.com.vhost.err and there are ssl files without extensions -le .
    How to fix this but let's encrypt work?
    Thank you.
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    You should create LE SSL certs via ISPC and not in the terminal. Creating LE SSL certs via terminal will normally cause such a problem.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you use a custom or modified vhost template? Please post the output of:

    ls -la /usr/local/ispconfig/server/conf-custom/
     
    barneby likes this.
  4. barneby

    barneby New Member

    Super! Thank you it was because I had to /usr/local/ispconfig/server/conf-custom/ apache2 vhost configs old. I removed it and now it works without problems.
     
    ahrasis likes this.
  5. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Nice job. I'll have to take note of this too because I am using custom files as well, so in the future update, I won't forget to check and update them as well..
     

Share This Page