Plesk for Linux
kb: how-to
ext: le
ABT: Group A
Applicable to:
- Plesk for Linux
Question
There is no scheduled task for Let's Encrypt in Plesk > Tools and Settings > Scheduled tasks.
How to make sure that the Cron task for renewing Let's Encrypt certificates is present?
Answer
Depending on the version of the Let's Encrypt extension, one of the following crontab
commands will have a similar output:
For Let's Encrypt before 2.5.0 version
- Connect to the server via SSH;
- Refer to the output of the following command:
# crontab -l | grep renew
7 21 * * * /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php '/usr/local/psa/admin/plib/modules/letsencrypt/scripts/renew.php'
For Let's Encrypt 2.5.0 version and newer
- Connect to the server via SSH;
- Refer to the output of the following command:
# crontab -l | grep keep-secured
25 * * * * /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php'
Comments
0 comments
Please sign in to leave a comment.