[Dovecot] Dovecot version 2 and multiple SSL certificates
Timo Sirainen
tss at iki.fi
Sat Jan 30 19:52:49 EET 2010
On 30.1.2010, at 19.49, Δημήτριος Καραπιπέρης wrote:
> Is it possible on Dovecot version 2 (single instance) to include 2 different SSL certificates and use the appropriate one
> based on the client request?
Yes. For example:
local foo.org {
ssl_cert = </etc/certs/foo.org.crt
ssl_key = </etc/certs/foo.org.key
}
local bar.org {
ssl_cert = </etc/certs/bar.org.crt
ssl_key = </etc/certs/bar.org.key
}
More information about the dovecot
mailing list