Plesk

How to enable/disable notifications about Let’s Encrypt certificate renewal?

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:

In case the extension SSL It! is enabled, the following options should be disabled:

To disable Let's Encrypt renewal success notifications via CLI

For a Linux server

  1. Connect to the server via SSH.

  2. 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

  1. Connect to the server via RDP

  2. Open a command prompt as an Administrator.

  3. 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.