mirror of https://github.com/dapr/docs.git
Consolidate mtls
This commit is contained in:
parent
a210134c91
commit
e7eff808ef
|
|
@ -7,7 +7,11 @@ description: "Detailed information on the mtls CLI command"
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Check if mTLS is enabled. Supported platforms: Kubernetes
|
Check if mTLS is enabled.
|
||||||
|
|
||||||
|
## Supported platforms
|
||||||
|
|
||||||
|
- [Kubernetes]({{< ref kubernetes >}})
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
@ -3,12 +3,18 @@ type: docs
|
||||||
title: "mtls expiry CLI command reference"
|
title: "mtls expiry CLI command reference"
|
||||||
linkTitle: "mtls expiry"
|
linkTitle: "mtls expiry"
|
||||||
description: "Detailed information on the mtls expiry CLI command"
|
description: "Detailed information on the mtls expiry CLI command"
|
||||||
|
weight: 2000
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Checks the expiry of the root certificate
|
Checks the expiry of the root certificate
|
||||||
|
|
||||||
|
## Supported platforms
|
||||||
|
|
||||||
|
- [Self-Hosted]({{< ref self-hosted >}})
|
||||||
|
- [Kubernetes]({{< ref kubernetes >}})
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
dapr mtls expiry [flags]
|
dapr mtls expiry [flags]
|
||||||
|
|
@ -3,12 +3,18 @@ type: docs
|
||||||
title: "mtls export CLI command reference"
|
title: "mtls export CLI command reference"
|
||||||
linkTitle: "mtls export"
|
linkTitle: "mtls export"
|
||||||
description: "Detailed information on the mtls export CLI command"
|
description: "Detailed information on the mtls export CLI command"
|
||||||
|
weight: 1000
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Export the root CA, issuer cert and key from Kubernetes to local files
|
Export the root CA, issuer cert and key from Kubernetes to local files
|
||||||
|
|
||||||
|
## Supported platforms
|
||||||
|
|
||||||
|
- [Self-Hosted]({{< ref self-hosted >}})
|
||||||
|
- [Kubernetes]({{< ref kubernetes >}})
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
dapr mtls export [flags]
|
dapr mtls export [flags]
|
||||||
Loading…
Reference in New Issue