Skip to content

Commit

Permalink
Added secret keyword to kubectl-command.html file
Browse files Browse the repository at this point in the history
Signed-off-by: NitishKumar06 <justnitish06@gmail.com>
  • Loading branch information
nitishfy committed May 10, 2023
1 parent a1465ac commit 9afdd65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
<p>Create a TLS secret from the given public/private key pair.</p>
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>
Expand Down

0 comments on commit 9afdd65

Please sign in to comment.