Articles in this section

How to enable/disable notifications about SSL It!/Let's Encrypt certificate renewal?

kb: how-to ext: le Plesk Obsidian for Linux Plesk Obsidian for Windows ABT: Group B

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:

  1. Go to Tools & Settings > Notifications:
  • SSL It! certificates auto-renewal failure (customer's digest)

  • SSL It! certificates auto-renewal success (customer's digest)

    Screenshot 2024-09-16 at 10.35.31.png

# To disable it 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

    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

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

    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

Was this article helpful?

Comments

2 comments
Date Votes
  • Could it be that these settings are not visible any more in recent Plesk versions?

    0
  • Hi B Pfl i have updated the article with the correct information. Let's Encrypt notifications are disabled via the SSL It! setting:

    0

Please sign in to leave a comment.