mtls CLI command reference

Detailed information on the mtls CLI command

Description

Check if mTLS is enabled.

Supported platforms

Usage

  1. dapr mtls [flags]
  2. dapr mtls [command]

Flags

NameEnvironment VariableDefaultDescription
—help, -hPrint this help message
—kubernetes, -kfalseCheck if mTLS is enabled in a Kubernetes cluster

Available Commands

  1. expiry Checks the expiry of the root certificate
  2. 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

  1. dapr mtls -k

Detailed information on the mtls export CLI command

Detailed information on the mtls expiry CLI command

Last modified March 18, 2021: Merge pull request #1321 from dapr/aacrawfi/logos (9a399d5)