Consolidate mtls

This commit is contained in:
Aaron Crawfis 2020-12-11 17:51:56 -08:00
parent a210134c91
commit e7eff808ef
3 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,11 @@ description: "Detailed information on the mtls CLI command"
## Description
Check if mTLS is enabled. Supported platforms: Kubernetes
Check if mTLS is enabled.
## Supported platforms
- [Kubernetes]({{< ref kubernetes >}})
## Usage

View File

@ -3,12 +3,18 @@ type: docs
title: "mtls expiry CLI command reference"
linkTitle: "mtls expiry"
description: "Detailed information on the mtls expiry CLI command"
weight: 2000
---
## Description
Checks the expiry of the root certificate
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash
dapr mtls expiry [flags]

View File

@ -3,12 +3,18 @@ type: docs
title: "mtls export CLI command reference"
linkTitle: "mtls export"
description: "Detailed information on the mtls export CLI command"
weight: 1000
---
## Description
Export the root CA, issuer cert and key from Kubernetes to local files
## Supported platforms
- [Self-Hosted]({{< ref self-hosted >}})
- [Kubernetes]({{< ref kubernetes >}})
## Usage
```bash
dapr mtls export [flags]