• 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 Manual Use of Certbot in Plesk Onyx?

NateWon

Basic Pleskian
Hello how can I manually call certbot? Ive had a look around and can't locate the letsencrypt/cerbot files? Attempting to simply enable SSL on mail.domain.com scripts. I have a proxy in the way for www, so don't want to have to script around the certbot on the proxy for www requests.

i.e.

find / -type f -name "certbot-auto"

shows nothing? Where can I find the application?

I also can't see the file or any familar directoris /live etc in amoungst these folders

find / -type f -name "letsencrypt"

/usr/share/doc/letsencrypt
/var/log/letsencrypt
/var/lib/letsencrypt
/opt/psa/var/modules/letsencrypt
/opt/psa/admin/plib/modules/letsencrypt
/opt/psa/admin/share/modules/letsencrypt
/opt/psa/admin/htdocs/modules/letsencrypt
 
Hi NateWon,

the Plesk Let's Encrypt extension is not the same as using the "certbot-auto" from Let's Encrypt itself. If you desire the whole command list for the Plesk Let's Encrypt Extension, you would use for example:
Code:
/opt/psa/var/modules/letsencrypt/venv/bin/letsencrypt --help all


and the commands over the command line would then start with:
Code:
/opt/psa/var/modules/letsencrypt/venv/bin/letsencrypt
 
Hi NateWon,

the Plesk Let's Encrypt extension is not the same as using the "certbot-auto" from Let's Encrypt itself. If you desire the whole command list for the Plesk Let's Encrypt Extension, you would use for example:
Code:
/opt/psa/var/modules/letsencrypt/venv/bin/letsencrypt --help all


and the commands over the command line would then start with:
Code:
/opt/psa/var/modules/letsencrypt/venv/bin/letsencrypt

Thank you,

So I'd assume using the wrapper would apply the certificate to a matching domain if run manually, looks like I might need to find some more information on the extension.
 
I was able to install certbot in addition to the lets-encrypt extension and map it to my own defined port, works well as would be expected.
 
Back
Top