Skip to content

Commit 2a245a0

Browse files
committed
DOC-1574 RS: Added mtls_trusted_ca to certificates table
1 parent e67e91f commit 2a245a0

File tree

1 file changed

+2
-1
lines changed
  • content/operate/rs/security/certificates

1 file changed

+2
-1
lines changed

content/operate/rs/security/certificates/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ Here's the list of self-signed certificates that create secure, encrypted connec
2121
| `cm` | Secures connections to the Redis Enterprise Cluster Manager UI. |
2222
| `ldap_client` | Secures connections between LDAP clients and LDAP servers. |
2323
| `metrics_exporter` | Sends Redis Enterprise metrics to external [monitoring tools]({{< relref "/operate/rs/monitoring/" >}}) over a secure connection. |
24+
| `mtls_trusted_ca` | Required to enable certificate-based authentication for secure, passwordless access to the REST API. |
2425
| `proxy` | Creates secure, encrypted connections between clients and databases. |
2526
| `syncer` | For [Active-Active]({{< relref "/operate/rs/databases/active-active/" >}}) or [Replica Of]({{< relref "/operate/rs/databases/import-export/replica-of/" >}}) databases, encrypts data during the synchronization of participating clusters. |
2627

27-
These self-signed certificates are generated on the first node of each Redis Enterprise Software installation and are copied to all other nodes added to the cluster.
28+
These self-signed certificates, excluding `ldap_client` and `mtls_trusted_ca`, are generated on the first node of each Redis Enterprise Software installation and are copied to all other nodes added to the cluster.
2829

2930
When you use the default self-signed certificates and you connect to the Cluster Manager UI over a web browser, you'll see an untrusted connection notification.
3031

0 commit comments

Comments
 (0)