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 March 18, 2021: Merge pull request #1321 from dapr/aacrawfi/logos (9a399d5)