March 2020
Intermediate to advanced
626 pages
14h 45m
English
In SIMPLE TLS, the client checks the identity of the server, but in mutual TLS, the server also checks the identity of the client. The mutual TLS adds another layer in which the client sends its X.509 certificate to a server to verify the identity of the client.
Mutual TLS is useful for business-to-business applications that require strict access control. Let's get started:
$ step certificate create httpbin.istio.io client.crt client.key --profile leaf --ca istio.crt --ca-key istio.key --no-password --insecure --kty RSA ...
Read now
Unlock full access