Skip to content

Instantly share code, notes, and snippets.

@samir-plusb
Created September 17, 2020 17:31
Show Gist options
  • Save samir-plusb/248be924165d6e1c7bd9676ae03841c5 to your computer and use it in GitHub Desktop.
Save samir-plusb/248be924165d6e1c7bd9676ae03841c5 to your computer and use it in GitHub Desktop.

Revisions

  1. samir-plusb revised this gist Sep 17, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion ISPConfig-Letsencrypt.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    Problems with Let's Encrypt on ISPConfig? Look into these links:
    # Problems with Let's Encrypt on ISPConfig?

    Look into the following links:

    - https://www.howtoforge.com/community/threads/letsencrypt-renew.75020/page-2
    - Reconfigure Services by executing a manual update:
  2. samir-plusb created this gist Sep 17, 2020.
    12 changes: 12 additions & 0 deletions ISPConfig-Letsencrypt.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    Problems with Let's Encrypt on ISPConfig? Look into these links:

    - https://www.howtoforge.com/community/threads/letsencrypt-renew.75020/page-2
    - Reconfigure Services by executing a manual update:
    - https://www.howtoforge.com/community/threads/how-to-reconfigure-ispconfig-3-services-without-uninstalling.73260/
    - https://www.ispconfig.org/blog/ispconfig-3-1-15p3-released-security-bugfix-release/
    - Tills error FAQ: https://www.howtoforge.com/community/threads/lets-encrypt-error-faq.74179/
    - Debugging stuff: https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/
    - Secure the admin interface with LE: https://www.howtoforge.com/tutorial/securing-ispconfig-3-with-a-free-lets-encrypt-ssl-certificate/
    - With a wordpress site, I had this problem, because of a custom directive: https://www.howtoforge.com/community/threads/lets-encrypt-not-working-for-existing-domains.78868/
    - I had the following error: `which: no letsencrypt (/root/.local/share/letsencrypt/bin/)`. I do not know what caused this, but this is the solution which worked for me:
    - `ln -s /usr/bin/letsencrypt /root/.local/share/letsencrypt/bin/letsencrypt`