The documentation you are viewing is for Dapr v0.11 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 7, 2022: update nav bar v0.11 (#2633) (b309d3d)