Question
It is needed to enable/disable notifications about Let's Encrypt certificate renewal.
How can it be done?
Answer
To disable Let's Encrypt renewal success notifications via Plesk interface:
Go to Plesk > Tools & Settings > Notifications:
-
Let's Encrypt certificates auto-renewal failure (customer's digest)
-
Let's Encrypt certificates auto-renewal success (customer's digest)
In case the extension SSL It! is enabled, the following options should be disabled:
-
SSL It! certificates auto-renewal failure (customer's digest)
-
SSL It! certificates auto-renewal success (customer's digest)
To disable Let's Encrypt renewal success notifications via CLI
For a Linux server
-
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
For Plesk Obsidian:
# plesk bin notification --update -code 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 a Windows server
-
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
For Plesk Obsidian:
# plesk bin notification --update -code 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.