Including multiple SSL Certificates


The load balancer will automatically detect which SSL Certificate belongs to which host address.


...

[entryPoints.https]

...


[[entryPoints.https.tls.certificates]]

certFile = "C:/aa/ssl/website2.crt"

keyFile = "C:/aa/ssl/website1.key"


[[entryPoints.https.tls.certificates]]

certFile = "C:/aa/ssl/website2.crt"

keyFile = "C:/aa/ssl/website2.key"