Closed
Description
I have configured SNI SSL by coding the certificate selector in the kestrel configuration. I would like to do this entirely through the config file.
It would be great if it was as simple as adding more endpoint configs each defining their url, host, port and scheme and the file or store cert definitions; so no changes would be required to the current config structure.
At the moment it appears that if two endpoints using the same port are defined in the config then only one is active.