From 1753d09792459b92014bd79323a3b104c56b0640 Mon Sep 17 00:00:00 2001 From: Zulai Wang Date: Sun, 16 May 2021 15:15:29 +0800 Subject: [PATCH] Fix typo in secret.md --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index 111a405a7a..40f76c18b8 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -328,7 +328,7 @@ kubectl create secret tls my-tls-secret \ --key=path/to/key/file ``` -The public/private key pair must exist before hand. The public key certificate +The public/private key pair must exist beforehand. The public key certificate for `--cert` must be .PEM encoded (Base64-encoded DER format), and match the given private key for `--key`. The private key must be in what is commonly called PEM private key format,