The documentation you are viewing is for Dapr v1.4 which is an older version of Dapr. For up-to-date documentation, see the latest version.

mtls

Description

Check if mTLS is enabled.

Supported platforms

Usage

dapr mtls [flags]
dapr mtls [command]

Flags

Name Environment Variable Default Description
--help, -h Print this help message
--kubernetes, -k false Check if mTLS is enabled in a Kubernetes cluster

Available Commands

expiry      Checks the expiry of the root certificate
export      Export the root CA, issuer cert and key from Kubernetes to local files

Command Reference

You can learn more about each sub command from the links below.

Examples

# Check if mTLS is enabled
dapr mtls -k

mtls export CLI command reference

Detailed information on the mtls export CLI command

mtls expiry CLI command reference

Detailed information on the mtls expiry CLI command


Last modified July 12, 2022 : update nav bar for v1.4 (#2641) (2db803e)