The documentation states that,
--
If set the TLS module will load a special config file or config files from config directory, in which
different TLS parameters can be specified on a per role (server or
client) and domain basis (
for now only IPs). The corresponding module
parameters will be ignored.
--
since all domains resolve single IP, so i assume i can specify only one section in tls config file with pair of key/pem file path. How can i specify more server certificates for same ip but with different domains?