You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/tls/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ used would help a lot.
9
9
10
10
## Specifying Server Certificate and Key
11
11
12
-
Setting `.spec.tls.secretName` to the name of a secret containing TLS certificate and key will enable TLS
13
-
for the deployed nodes.
12
+
Setting `.spec.tls.secretName` to the name of a secret containing [server certificate and key](https://www.rabbitmq.com/ssl.html#certificates-and-keys)
13
+
will enable TLS for the deployed nodes.
14
14
15
15
As a first step, create a Secret which will contain the public certificate and private key to be used for TLS on the RabbitMQ nodes.
0 commit comments