This commit is contained in:
Xinnan Wen 2019-09-25 12:00:42 -07:00 committed by Istio Automation
parent d1cc1c3965
commit e606e95503
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Please check [Istio identity](/docs/concepts/security/#istio-identity) for more
## Verify mutual TLS configuration ## Verify mutual TLS configuration
Use [`istioctl auhtn tls-check`](/docs/reference/commands/istioctl/#istioctl-authn-tls-check) to check if the mutual TLS settings are in effect. The `istioctl` command needs the client's pod because the destination rule depends on the client's namespace. Use [`istioctl authn tls-check`](/docs/reference/commands/istioctl/#istioctl-authn-tls-check) to check if the mutual TLS settings are in effect. The `istioctl` command needs the client's pod because the destination rule depends on the client's namespace.
You can also provide the destination service to filter the status to that service only. You can also provide the destination service to filter the status to that service only.
{{< tip >}} {{< tip >}}