docs/daprdocs/content/en/reference/cli/mtls/_index.md

970 B

type title linkTitle description
docs mtls CLI command reference mtls Detailed information on the mtls CLI command

Description

Check if mTLS is enabled.

Supported platforms

  • [Kubernetes]({{< ref kubernetes >}})

Usage

dapr mtls [flags]
dapr mtls [command]

Examples

Check if mTLS is enabled

dapr mtls -k

Available Commands

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

Flags

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

Command Reference

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

  • [dapr mtls expiry]({{< ref dapr-mtls-expiry.md >}})
  • [dapr mtls export]({{< ref dapr-mtls-export.md >}})