# Manage TLS certificates

The TLS implementation in a WEKA cluster secures communication between clients and the system, and between WEKA servers and clients. TLS certificates serve two key purposes:

* **Data Protection:** Encrypting data in transit to ensure confidentiality and integrity.
* **Authentication:** Verifying the system’s identity to prevent unauthorized access.

By default, the WEKA system deploys a self-signed TLS certificate to secure access to the Web UI, CLI, and API over HTTPS (port 14000) . Users can enhance security by deploying their own TLS certificates, which requires providing an unencrypted private key and certificate in PEM format.

The system supports TLS 1.2 and higher, enforcing encrypted communication with a minimum of 128-bit ciphers.

To establish trust with external services, such as a Key Management System (KMS), the system relies on well-known CA certificates. If a custom CA certificate is required for WEKA servers to authenticate external services, manually configure the custom CA certificate on the WEKA servers.

<div data-with-frame="true"><figure><img src="/files/5gmMYueUgogJCdtkGpdI" alt="" width="563"><figcaption><p>TLS implementation</p></figcaption></figure></div>

**Related topics**

[Manage TLS certificates using GUI](/security/tls-certificate-management/manage-the-tls-certificate-using-the-gui.md)

[Manage TLS certificates using CLI](/security/tls-certificate-management/manage-the-tls-certificate-using-the-cli.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.weka.io/security/tls-certificate-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
