Secure services with TLS¶
MKE offers you two different methods for securing your services with Transport Layer Security (TLS): proxy-managed TLS and service-managed TLS.
Method |
Description |
---|---|
Proxy-managed TLS |
All traffic between users and the proxy is encrypted, but the traffic between the proxy and your Swarm service is not secure. |
Service-managed TLS |
The end-to-end traffic is encrypted and the proxy service allows TLS traffic to pass through unchanged. |