Feature request: ssl-cert config

Marc Roos M.Roos at f1-outsourcing.eu
Sat Nov 16 14:27:05 EET 2019


I am not sure why this </ is used in the configuration. But I hoped it 
would concatenate the ssl_cert to have multiple certificates. So one 
could use it multiple times, as needed.

It would be nice to be able to specify the intermediate certificate 
(bundle) separate from the certificate, so when updating the certificate 
I just have to replace this file.

Something like 
 
local_name mail.xxxxxx.xxx {
  ssl_key  = </etc/pki/tls/private/mail.xxxxxx.xxx.key
  ssl_cert = </etc/pki/tls/certs/mail.xxxxxx.xxx.crt
  ssl_cert = </etc/pki/tls/certs/SectigoIntermediate.crt
}

Or 

local_name mail.xxxxxx.xxx {
  ssl_key  = </etc/pki/tls/private/mail.xxxxxx.xxx.key
  ssl_cert = </etc/pki/tls/certs/mail.xxxxxx.xxx.crt
  ssl_int = </etc/pki/tls/certs/SectigoIntermediate.crt
}

dovecot-2.2.36-3.el7_7.1.x86_64


More information about the dovecot mailing list