mtls CLI command reference
Detailed information on the mtls CLI command
Description
Check if mTLS is enabled.
Supported platforms
Usage
dapr mtls [flags]
dapr mtls [command]
Flags
Name | Environment Variable | Default | Description |
---|---|---|---|
—help , -h | Print this help message | ||
—kubernetes , -k | false | Check if mTLS is enabled in a Kubernetes cluster |
Available Commands
expiry Checks the expiry of the root certificate
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
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)