adi90x / rancher-active-proxy

All in one active reverse proxy for Rancher ! For Kubernetes : https://github.com/adi90x/kube-active-proxy
MIT License
156 stars 55 forks source link

SNI certificates #26

Closed dominicporteous closed 6 years ago

dominicporteous commented 7 years ago

SNI

If your certificate(s) supports multiple domain names, you can start a container with rap.cert_name= to identify the certificate to be used. For example, a certificate for .foo.com and .bar.com could be named shared.crt and shared.key. A container running with rap.host=foo.bar.com and rap.cert_name=shared will then use this shared cert.

I was wondering where i would sorted my shared.crt and shared.key - I have tried storing a shared.crt and shared.key in my mounted volume for certificates, but RAP does not enable SSL using the certificate.

Should i create a shared folder in the volume, and add the .crt and .key in this folder?

Thanks.