Merge pull request #27999 from pleiadesian/patch-1
Fix typo in secret.md
This commit is contained in:
@@ -328,7 +328,7 @@ kubectl create secret tls my-tls-secret \
|
|||||||
--key=path/to/key/file
|
--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
|
for `--cert` must be .PEM encoded (Base64-encoded DER format), and match the
|
||||||
given private key for `--key`.
|
given private key for `--key`.
|
||||||
The private key must be in what is commonly called PEM private key format,
|
The private key must be in what is commonly called PEM private key format,
|
||||||
|
|||||||
Reference in New Issue
Block a user