[Dovecot] Dovecot version 2 and multiple SSL certificates
Hi there!
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?
Thanks in advance Dimitrios
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 }
O/H Timo Sirainen έγραψε:
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 <http://foo.org> { ssl_cert = </etc/certs/foo.org.crt ssl_key = </etc/certs/foo.org.key } local bar.org <http://bar.org> { ssl_cert = </etc/certs/bar.org.crt ssl_key = </etc/certs/bar.org.key }
Thanks Timo
So we could say (two subdomains on the same parent domain)
local foo1.thess.org <http://foo.org> { ssl_cert = </etc/certs/foo.org.crt ssl_key = </etc/certs/foo.org.key }
local bar1.thess.org <http://bar.org> { ssl_cert = </etc/certs/bar.org.crt ssl_key = </etc/certs/bar.org.key }
Dimitrios
On 30.1.2010, at 19.55, Δημήτριος Καραπιπέρης wrote:
So we could say (two subdomains on the same parent domain)
local foo1.thess.org <http://foo.org> { ssl_cert = </etc/certs/foo.org.crt ssl_key = </etc/certs/foo.org.key }
What's that <http://foo.org>? But subdomains are fine, yes.
O/H Timo Sirainen έγραψε:
On 30.1.2010, at 19.55, Δημήτριος Καραπιπέρης wrote:
So we could say (two subdomains on the same parent domain)
local foo1.thess.org <http://foo.org> { ssl_cert = </etc/certs/foo.org.crt ssl_key = </etc/certs/foo.org.key }
What's that <http://foo.org>? But subdomains are fine, yes.
This is how Thunderbird translated the urls when I chose to send the e-mail in plain-text. Thanks again Timo!
participants (3)
-
Timo Sirainen
-
Δημήτριος Καραπιπέ ρης
-
Δημήτριος Καραπιπέρης