• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved About using Let's Encrypt outside Plesk

Zoo3

Regular Pleskian
I have software that I want to use by all means, it is very difficult if it is within Plesk. Certificates seem to cause problems. I do not have any problem with HTTP connection.

So I'm trying to edit nginx.conf etc. directly and work outside of Plesk. I gave the software root privileges and I was able to use the Let's Encrypt certificate that I use with Plesk. I was able to work the software with this. I am concerned about root authority. And when Let's Encrypt's certificate is updated, I do not know how it will be affected.

I attempted to install the standalone version of Let's Encrypt, but I could not install due to DNS problems. Even if I can do it, I am concerned about the conflict between Plesk's Let's Encrypt and the stand-alone version of Let's Encrypt.

  1. Is it dangerous to work with root privileges?
  2. What is the problem that I encounter when using Plesk's Let's Encrypt from outside Plesk?
  3. Is there a way to use Plesk's Let's encrypt with user privileges instead of Root privileges?
  4. Is it possible to install Let's Encrypt outside Plesk?
Best Regards,
 
Last edited:
What I tried.
  1. Install certificate of aaa.sample.com by Let's encrypt at Plesk.
  2. SSL/TLS and 301 redirect are enabled in the hosting setting.
  3. Write the necessary elements in nginx.conf. It is not an additional directive field of Plesk.
In this way, it is not "aaa.sample.com" but a "sample.com" certificate, "aaa.sample.com" does not seem to be proven.
So I looked up the Plesk Let's encrypt certificate file location path and write it directly in nginx.conf. This is the reason for saying "outside" of Plesk. I have specified the certificate created by Plesk directly with nginx.conf. It seems that root authority is essential in this way.
 
I was able to solve it self. If I enabled local DNS in Plesk UI's DNS settings, I could use SSL specified by Plesk without directly writing certificate information in nginx.conf. Of course, root privilege could be removed and I was able to work with user authority.
 
Back
Top