• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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