Created
September 17, 2020 17:31
-
-
Save samir-plusb/248be924165d6e1c7bd9676ae03841c5 to your computer and use it in GitHub Desktop.
Revisions
-
samir-plusb revised this gist
Sep 17, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ # 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: -
samir-plusb created this gist
Sep 17, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`