We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e245c2e commit c064724Copy full SHA for c064724
source/tutorial/cert-manager-integration.txt
@@ -17,6 +17,27 @@ the management of security certificates for Kubernetes. The following
17
procedure describes how to configure ``cert-manager`` to generate
18
certificates for MongoDB Kubernetes Operator resources.
19
20
+Prerequisites
21
+-------------
22
+
23
+.. tabs::
24
25
+ .. tab:: TLS-Encrypted Connections
26
+ :tabid: encrypted
27
28
+ .. include:: /includes/prereqs-deploy-resource.rst
29
30
+ .. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-only.rst
31
32
+ .. tab:: Non-Encrypted Connections
33
+ :tabid: non-encrypted
34
35
+ .. |deployment| replace:: replica set
36
37
38
39
+.. _tls-for-replica-set:
40
41
Procedure
42
---------
43
0 commit comments