Skip to content

Commit c16bd7b

Browse files
committed
Copy certificate landing page edits to RS v7.8 docs
1 parent 854288e commit c16bd7b

File tree

1 file changed

+18
-13
lines changed
  • content/operate/rs/7.8/security/certificates

1 file changed

+18
-13
lines changed

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

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@ weight: 60
1212
url: '/operate/rs/7.8/security/certificates/'
1313
---
1414

15-
Redis Enterprise Software uses self-signed certificates by default to ensure that the product is secure. If using a self-signed certificate is not the right solution for you, you can import a certificate signed by a certificate authority of your choice.
15+
Redis Enterprise Software uses self-signed certificates by default to ensure that the product is secure. These certificates are autogenerated on the first node of each Redis Enterprise Software installation and are copied to all other nodes added to the cluster.
1616

17-
Here's the list of self-signed certificates that create secure, encrypted connections to your Redis Enterprise cluster:
17+
You can replace a self-signed certificate with one signed by a certificate authority of your choice.
1818

19-
| Certificate name | Description |
20-
|------------------|-------------|
21-
| `api` | Encrypts [REST API]({{< relref "/operate/rs/7.8/references/rest-api/" >}}) requests and responses. |
22-
| `cm` | Secures connections to the Redis Enterprise Cluster Manager UI. |
23-
| `ldap_client` | Secures connections between LDAP clients and LDAP servers. |
24-
| `metrics_exporter` | Sends Redis Enterprise metrics to external [monitoring tools]({{< relref "/operate/rs/7.8/monitoring/" >}}) over a secure connection. |
25-
| `proxy` | Creates secure, encrypted connections between clients and databases. |
26-
| `syncer` | For [Active-Active]({{< relref "/operate/rs/7.8/databases/active-active/" >}}) or [Replica Of]({{< relref "/operate/rs/7.8/databases/import-export/replica-of/" >}}) databases, encrypts data during the synchronization of participating clusters. |
19+
## Supported certificates
2720

28-
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.
21+
Here's the list of supported certificates that create secure, encrypted connections to your Redis Enterprise Software cluster:
2922

30-
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.
23+
| Certificate name | Autogenerated | Description |
24+
|------------------|:---------------:|-------------|
25+
| `api` | <span title="Yes">&#x2705;</span> | Encrypts [REST API]({{< relref "/operate/rs/references/rest-api/" >}}) requests and responses. |
26+
| `cm` | <span title="Yes">&#x2705;</span> | Secures connections to the Redis Enterprise Cluster Manager UI. |
27+
| `ldap_client` | <span title="No">:x:</span> | Secures connections between LDAP clients and LDAP servers. |
28+
| `metrics_exporter` | <span title="Yes">&#x2705;</span> | Sends Redis Enterprise metrics to external [monitoring tools]({{< relref "/operate/rs/monitoring/" >}}) over a secure connection. |
29+
| `mtls_trusted_ca` | <span title="No">:x:</span> | Required to enable certificate-based authentication for secure, passwordless access to the REST API. |
30+
| `proxy` | <span title="Yes">&#x2705;</span> | Creates secure, encrypted connections between clients and databases. |
31+
| `syncer` | <span title="Yes">&#x2705;</span> | 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. |
3132

32-
Depending on your browser, you can allow the connection for each session or add an exception to trust the certificate for all future sessions.
33+
Certificates that are not autogenerated are optional unless you want to use certain features. For example, you must provide your own `ldap_client` certificate to enable [LDAP authentication]({{<relref "/operate/rs/security/access-control/ldap">}}) or an `mtls_trusted_ca` certificate to enable certificate-based authentication.
34+
35+
## Accept self-signed certificates to access the Cluster Manager UI
36+
37+
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. Depending on your browser, you can allow the connection for each session or add an exception to trust the certificate for all future sessions.

0 commit comments

Comments
 (0)