Skip to content
mricher edited this page Aug 25, 2016 · 2 revisions

zenscaler support TLS connections to the orchestrator. Configuration file look like this:

orchestrator:
    endpoint: "tcp://localhost:2376"   # optionnal, default to unix socket
    tls-cacert: "ca.pem"               # if using TLS
    tls-cert: "cert.pem"
    tls-key: "key.pem"

Limitations

If you use the docker-compose scaler with TLS, you must name your files ca.pem, cert.pem and key.pem and put them in the same folder.

Clone this wiki locally