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 export CLI command reference

Detailed information on the mtls export CLI command

Description

Export the root CA, issuer cert and key from Kubernetes to local files

Supported platforms

Usage

dapr mtls export [flags]

Flags

Name Environment Variable Default Description
--help, -h help for export
--out, -o current directory The output directory path to save the certs

Examples

# Check expiry of Kubernetes certs
dapr mtls export -o ./certs

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