Skip to content

Commit bbba46e

Browse files
authored
Update embedded-tls-certs.mdx
1 parent e917db7 commit bbba46e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/enterprise/embedded-tls-certs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ This topic describes how to update custom TLS certificates in Replicated Embedde
44

55
## Update Custom TLS Certificates
66

7-
Users can provide custom TLS certificates with Embedded Cluster installations and can update TLS certificates using the CLI or through the Admin Console.
7+
Users can use the CLI or the Admin Console to update the TLS certificates used to secure the Admin Console in Embedded Cluster installations. This is useful when certificates expire or need to be rotated regularly.
88

99
### Update Using the CLI (Recommended)
1010

1111
:::note
1212
The `admin-console update-tls` command is available in Embedded Cluster v2.14.0 and later.
1313
:::
1414

15-
The `admin-console update-tls` command provides a secure way to update TLS certificates for the Admin Console. This method updates the `kotsadm-tls` Kubernetes secret directly. Pods watching this secret automatically reload the TLS configuration, so no restart is required.
15+
The `admin-console update-tls` command provides a secure way to update TLS certificates for the Admin Console.
1616

1717
To update TLS certificates using the CLI:
1818

19-
1. SSH onto a controller node where Embedded Cluster is installed. Ensure the TLS certificate and key files are present on the node.
19+
1. SSH onto a controller node where Embedded Cluster is installed. Ensure the new TLS certificate and key files that you want to use are present on the node.
2020

2121
1. Run the following command to update the TLS certificate and key:
2222

0 commit comments

Comments
 (0)