Merge branch 'v1.7' into typo_parameterconsistency

This commit is contained in:
Mark Fussell 2022-04-11 14:25:12 -07:00 committed by GitHub
commit eb38da66a3
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.** > **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 ```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. 2. The command below generates brand new root and issuer certificates, signed by provided private root key.