We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c576c3a + 1753d09 commit daa72d0Copy full SHA for daa72d0
content/en/docs/concepts/configuration/secret.md
@@ -328,7 +328,7 @@ kubectl create secret tls my-tls-secret \
328
--key=path/to/key/file
329
```
330
331
-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
332
for `--cert` must be .PEM encoded (Base64-encoded DER format), and match the
333
given private key for `--key`.
334
The private key must be in what is commonly called PEM private key format,
0 commit comments