Merge pull request #2357 from berndverst/patch-11

Fix CLI command typo
This commit is contained in:
greenie-msft 2022-04-11 10:35:05 -07:00 committed by GitHub
commit 158a86a08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ The CLI commands below can be used to renew root and issuer certificates in your
> **Note: The `Dapr sentry service` followed by rest of the control plane services must be restarted for them to be able to read the new certificates. This can be done by supplying `--restart` flag to the command.**
```bash
dapr mtls renew-certificate -k --valid-unitl <days> --restart
dapr mtls renew-certificate -k --valid-until <days> --restart
```
2. The command below generates brand new root and issuer certificates, signed by provided private root key.