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

  1. dapr mtls export [flags]

Flags

NameEnvironment VariableDefaultDescription
—help, -hhelp for export
—out, -ocurrent directoryThe output directory path to save the certs

Examples

Check expiry of Kubernetes certs

  1. dapr mtls export -o ./certs

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