From 3e76bff1f236336998bf031575444c06d0b1eef9 Mon Sep 17 00:00:00 2001 From: Bernd Verst <4535280+berndverst@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:30:17 -0700 Subject: [PATCH] Fix CLI command typo Fix CLI certificate renewal command typo Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com> --- daprdocs/content/en/operations/security/mtls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index b00ce0552..2f7204185 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -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 --restart +dapr mtls renew-certificate -k --valid-until --restart ``` 2. The command below generates brand new root and issuer certificates, signed by provided private root key.