• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 How to renew bulk Let's Encrypt certificate...

raytracy

Basic Pleskian
I have tens more domains with Let's encrypt certificate in use, since I have missed several auto renew schedule, there are only 9 days left to be expired.

I would like to renew all domains by a plesk command line and won't like to click every 'update' button one by one, is it possible?

By the way, how can I modify the auto renew job schedule? or invoke a immediately auto renew for all domains?
 
Hi raytracy,

when you install the Plesk - Let's Encrypt - Extension, it automatically installs as well a monthly crontab at => Home > Tools & Settings > Scheduled Tasks with the command:
Code:
/opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/renew-certificates.php'

You are certainly able to use this command at any time over your command line ( as user "root" over SSH ) and you can certainly click on the "Run now" command at any time, or/and you are able to modify the schedule for the crontab. ;)
 
/opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/renew-certificates.php'

In my case is

/opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/renew.php'
 
We have found this issue.. the current cron points to renew-certificates.php but this does not exist on disk (only renew.php)
 
Back
Top