Skip to content

Commit

Permalink
Merge branch 'master' into shelly-reference-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Jan 13, 2025
2 parents 7e4dd9d + f83e423 commit 87620dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ The Palette system console allows you to replace the self-signed certificate wit
these endpoints. Additionally, you can update the system address, which is the Fully Qualified Domain Name (FQDN) that
you use to access your Palette installation. The system address and certificates may be updated simultaneously.

:::info

Palette validates the combination of system address, certificate, key, and Certificate Authority (CA). Ensure that the
certificate is not expired, as well as that it is valid for the CA and the system address. Additionally, the system
address must be accessible from the system console.

:::

:::warning

You can swap out the external endpoint certificate at any time without affecting the system functionality. However,
updating the system address may require manual reconciliation on deployed clusters.
updating the system address may require manual reconciliation on deployed clusters. Review the
[prerequisites](#prerequisites) before you proceed to ensure you have all met all requirements.

:::

Expand All @@ -50,6 +47,15 @@ updating the system address may require manual reconciliation on deployed cluste
not specify a custom domain name, the certificate must be created for the Palette system console's IP address. You can
also specify a load balancer's IP address if you are using a load balancer to access Palette.

- The new SSL certificate must also include the previous DNS name or IP address in the Subject Alternative Name (SAN)
field. This ensures that existing connections are not interrupted.

- If you are changing the DNS endpoint, ensure both the new and old DNS endpoints are accessible for some time, ideally
sufficient time to ensure all existing Palette clusters have been updated to use the new endpoint and that no existing
connections are interrupted. Refer to the
[Reconcile System Address on Deployed Clusters](#reconcile-system-address-on-deployed-clusters) section for more
information on updating deployed clusters.

### Enablement

You can update your Palette system address and SSL certificates by using the following steps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ The Palette VerteX system console allows you to replace the self-signed certific
secure these endpoints. Additionally, you can update the system address, which is the Fully Qualified Domain Name (FQDN)
that you use to access your Palette installation. The system address and certificates may be updated simultaneously.

:::info

Palette VerteX validates the combination of system address, certificate, key, and Certificate Authority (CA). Ensure
that the certificate is not expired, as well as that it is valid for the CA and the system address. Additionally, the
system address must be accessible from the system console.

:::

:::warning

You can swap out the external endpoint certificate at any time without affecting the system functionality. However,
updating the system address may require manual reconciliation on deployed clusters.
updating the system address may require manual reconciliation on deployed clusters. Review the
[prerequisites](#prerequisites) before you proceed to ensure you have all met all requirements.

:::

Expand All @@ -50,6 +47,15 @@ updating the system address may require manual reconciliation on deployed cluste
you did not specify a custom domain name, the certificate must be created for the Palette VerteX system console's IP
address. You can also specify a load balancer's IP address if you are using a load balancer to access Palette VerteX.

- The new SSL certificate must also include the previous DNS name or IP address in the Subject Alternative Name (SAN)
field. This ensures that existing connections are not interrupted.

- If you are changing the DNS endpoint, ensure both the new and old DNS endpoints are accessible for some time, ideally
sufficient time to ensure all existing Palette clusters have been updated to use the new endpoint and that no existing
connections are interrupted. Refer to the
[Reconcile System Address on Deployed Clusters](#reconcile-system-address-on-deployed-clusters) section for more
information on updating deployed clusters.

### Enablement

You can update your Palette system address and SSL certificates by using the following steps.
Expand Down

0 comments on commit 87620dc

Please sign in to comment.