• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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