Applicable to:
- Plesk Obsidian for Linux
- Plesk Obsidian for Windows
Question
It is needed to enable/disable notifications about SSL It!/Let's Encrypt certificate renewal.
How can it be done?
Answer
# To disable it via Plesk interface:
- Go to Tools & Settings > Notifications:
-
SSL It! certificates auto-renewal failure (customer's digest)
-
SSL It! certificates auto-renewal success (customer's digest)
# To disable it via CLI
-
Connect to the server via SSH.
-
Execute the following command:
For Plesk Onyx:
# plesk bin notification --update -id ext-letsencrypt-notification-certificateAutoRenewalSucceed -send2admin false -send2reseller false -send2client false -send2email false
Note: In case the extension SSL It! is enabled, run the same command with the id/code
ext-sslit-notification-certificateAutoRenewalSucceed
as well.For Plesk Obsidian:
# plesk bin notification --update -code ext-sslit-notification-certificateAutoRenewalSucceed -send2admin false -send2reseller false -send2client false -send2email false
-
Connect to the server via RDP
-
Execute the following command:
For Plesk Onyx:
# plesk bin notification --update -id ext-letsencrypt-notification-certificateAutoRenewalSucceed -send2admin false -send2reseller false -send2client false -send2email false
Note: In case the extension SSL It! is enabled, run the same command with the id/code
ext-sslit-notification-certificateAutoRenewalSucceed
as well.For Plesk Obsidian:
# plesk bin notification --update -code ext-sslit-notification-certificateAutoRenewalSucceed -send2admin false -send2reseller false -send2client false -send2email false
Comments
2 comments
Could it be that these settings are not visible any more in recent Plesk versions?
Hi B Pfl i have updated the article with the correct information. Let's Encrypt notifications are disabled via the SSL It! setting:
Please sign in to leave a comment.