-
Notifications
You must be signed in to change notification settings - Fork 4
TLS
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"
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.