• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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