Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/self-hosted/kubernetes-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ kubectl kots admin-console upgrade -n NAMESPACE

Replace `NAMESPACE` with the namespace in your cluster where KOTS is installed.

### Update or replace the SSL certificate

To update or replace the certificate, you must first restore the ability to upload new TLS certificates and then reupload
the certificate through the user interface. Please refer to the
[Replicated documentation](https://docs.replicated.com/enterprise/updating-tls-cert#update-custom-tls-certificates)
for detailed instructions.

2 changes: 1 addition & 1 deletion docs/self-hosted/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If your firewall restricts external connections the following domains must be ac

REPLICATED_DOMAIN_LIST

### Updating or Replacing the SSL Certificate
### Update or replace the SSL certificate
If you would like to upload a new SSL certificate or if you would like to reload an existing SSL certification from the host filesystem please open the Replicated Management Console at port 8800.
Then open the settings menu with the gear icon on the top right and select "Console Settings". Scroll to "TLS Key & Cert" or click on the respective option in the menu. Here you can select a new certificate.
Save the page to apply the new certificate to the Replicated Management Console. If you are using a server path and replaced the SSL certificate without changing the path, save the page to reload the certificate.
Expand Down