• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Obsidian 18.0.52 wrong certificates selected after renew

haax

New Pleskian
Server operating system version
linux
Plesk version and microupdate number
18.0.52
Hi all,

I have an issue with a (hosted) Plesk setup.
There are a couple of sites configured, including letsencrypt certificates.

For a specific site I am using an alternative certificate for the mail server (SMTP/IMAP).
By default it uses the "domain.com" cert, but I use "mail.domain.com". (also an Letsencrypt cert)

It works fine until the certificates are (auto) renewed. After the renewal the default certs are selected. (and my mailclients get an certificate error).

Is this known behavior or an bug?

Martin
 
I fixed this with a cron job that executes every hour:

"Run a command": /sbin/plesk bin subscription_settings -u domain.com -mail_certificate "Lets Encrypt mail.domain.com"

The cron job runs as root, so customers can't set this up themself.
 
Back
Top