Fix typo in secret.md

pull/27999/head
Zulai Wang 2021-05-16 15:15:29 +08:00
parent c576c3a3ee
commit 1753d09792
1 changed files with 1 additions and 1 deletions

View File

@ -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,