On Wed, 8 Jun 2005, Sven Hartge wrote: > > Is it possible to use multiple SSL certificates with just one > exim4 daemon process? (On different IPs, of course.)
Yes, it is. Exim doesn't load the certificate until SSL is started, and it uses string expansion to determine where the cert lives. So you can choose the certificate using almost any reasoning you want. e.g. tls_certificate = /etc/exim/cert/$interface_address Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
