The documentation you are viewing is for Dapr v1.8 which is an older version of Dapr. For up-to-date documentation, see the latest version.

mtls expiry CLI command reference

Detailed information on the mtls expiry CLI command

Description

Checks the expiry of the root Certificate Authority (CA) certificate

Supported platforms

Usage

dapr mtls expiry [flags]

Flags

Name Environment Variable Default Description
--help, -h help for expiry

Examples

# Check expiry of Kubernetes certs
dapr mtls expiry

Last modified March 28, 2022: Addressing review comments (f822b819)