Skip to content

Commit 5d27d9f

Browse files
committed
edits
1 parent ac98c07 commit 5d27d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ sudo ./<app-slug> install --license <path-to-license> [flags]
141141
<tr>
142142
<td>`--tls-cert`</td>
143143
<td>
144-
<p>A custom TLS certificate for securing the Admin Console. When used with `--tls-key`, this is useful for performing automated (headless) installations where users need to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
144+
<p>A custom TLS certificate for securing the Admin Console. When used with `--tls-key`, allows users performing automated (headless) installations to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
145145
<p>**Requirement:** Embedded Cluster 2.11.0 or later.</p>
146146
</td>
147147
</tr>
148148
<tr>
149149
<td>`--tls-key`</td>
150150
<td>
151-
<p>A custom TLS key for securing the Admin Console. When used with `--tls-cert`, this is useful for performing automated (headless) installations where users need to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
151+
<p>A custom TLS key for securing the Admin Console. When used with `--tls-cert`, allows users performing automated (headless) installations to provide a custom TLS certificate and key from the command line rather than through the Admin Console UI.</p>
152152
<p>**Requirement:** Embedded Cluster 2.11.0 or later.</p>
153153
</td>
154154
</tr>

0 commit comments

Comments
 (0)