Re: dovecot Digest, Vol 163, Issue 34
Aki,
Multiple local_names would be ideal to accommodate certificates that have multiple names. The way I’m reading the code it looks like its having to pay for the memory for every name on the certificate because a unique CTX is being created for each name even if they are all on a single certificate.
This would be a big memory win for anyone using a certificate with multiple names on it.
Thanks -Nick cPanel Inc
Hi Aki & Felipe,
Attached is an implementation of supporting multiple domains in local_name.
Example
local_name "mail.domain.tld domain.tld mx.domain.tld" { ... }
This can significantly reduce memory usage when using a UCC certificate with multiple names by only loading the certificate and key once.
And the pull request…..
https://github.com/dovecot/core/pull/24 <https://github.com/dovecot/core/pull/24>
Thanks -Nick
participants (2)
-
Aki Tuomi
-
J. Nick Koston