Skip to content

Commit 83b24e8

Browse files
(DOCSP-9918): Remove reference to auto-generated certs
1 parent 89b515b commit 83b24e8

File tree

3 files changed

+24
-202
lines changed

3 files changed

+24
-202
lines changed

source/tutorial/secure-internal-auth.txt

Lines changed: 8 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ This guide instructs you on how to configure:
2727

2828
.. include:: /includes/admonitions/cannot-secure-standalone.rst
2929

30-
To secure your deployment using |tls| and X.509 authentication,
31-
you may use |k8s|\'s |certauth| or your own |certauth|:
32-
33-
.. tabs::
34-
35-
.. tab:: Kubernetes CA
36-
:tabid: kubeca
37-
38-
.. tab:: Own CA
39-
:tabid: customca
40-
4130
General Prerequisites
4231
---------------------
4332

@@ -57,38 +46,15 @@ Prerequisites
5746
Before you secure your replica set using |tls| encryption, complete the
5847
following:
5948

60-
.. tabs::
61-
:hidden:
62-
63-
.. tab:: Kubernetes CA
64-
:tabid: kubeca
65-
66-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
67-
that you want to secure
49+
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
50+
that you want to secure
6851

69-
.. tab:: Own CA
70-
:tabid: customca
71-
72-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
73-
that you want to secure
74-
75-
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-x509-internal.rst
52+
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-x509-internal.rst
7653

7754
Procedure
7855
~~~~~~~~~
7956

80-
.. tabs::
81-
:hidden:
82-
83-
.. tab:: Kubernetes CA
84-
:tabid: kubeca
85-
86-
.. include:: /includes/steps/deploy-k8s-replica-set-x509-internal.rst
87-
88-
.. tab:: Own CA
89-
:tabid: customca
90-
91-
.. include:: /includes/steps/deploy-k8s-replica-set-x509-internal-custom.rst
57+
.. include:: /includes/steps/deploy-k8s-replica-set-x509-internal-custom.rst
9258

9359
Configure X.509 Internal Authentication for a Sharded Cluster
9460
-------------------------------------------------------------
@@ -99,37 +65,12 @@ Prerequisites
9965
Before you secure your sharded cluster using |tls| encryption, complete
10066
the following:
10167

102-
.. tabs::
103-
:hidden:
104-
105-
.. tab:: Kubernetes CA
106-
:tabid: kubeca
107-
108-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
109-
that you want to secure
110-
111-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-x509-internal.rst
112-
113-
.. tab:: Own CA
114-
:tabid: customca
68+
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
69+
that you want to secure
11570

116-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
117-
that you want to secure
118-
119-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-x509-internal.rst
71+
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-x509-internal.rst
12072

12173
Procedure
12274
~~~~~~~~~
12375

124-
.. tabs::
125-
:hidden:
126-
127-
.. tab:: Kubernetes CA
128-
:tabid: kubeca
129-
130-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509-internal.rst
131-
132-
.. tab:: Own CA
133-
:tabid: customca
134-
135-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509-internal-custom.rst
76+
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509-internal-custom.rst

source/tutorial/secure-tls.txt

Lines changed: 8 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ between:
2727
This guide instructs you on how to configure the |k8s-op-short| to use
2828
|tls| for its MongoDB instances.
2929

30-
To secure your deployment using |tls|, you may use |k8s|\'s |certauth|
31-
or your own |certauth|:
32-
33-
.. tabs::
34-
35-
.. tab:: Kubernetes CA
36-
:tabid: kubeca
37-
38-
.. tab:: Own CA
39-
:tabid: customca
40-
4130
General Prerequisites
4231
---------------------
4332

@@ -55,38 +44,15 @@ Prerequisites
5544
Before you secure your replica set using |tls| encryption, complete the
5645
following:
5746

58-
.. tabs::
59-
:hidden:
60-
61-
.. tab:: Kubernetes CA
62-
:tabid: kubeca
63-
64-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
65-
that you want to secure
47+
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
48+
that you want to secure
6649

67-
.. tab:: Own CA
68-
:tabid: customca
69-
70-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
71-
that you want to secure
72-
73-
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-only.rst
50+
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-only.rst
7451

7552
Procedure
7653
~~~~~~~~~
7754

78-
.. tabs::
79-
:hidden:
80-
81-
.. tab:: Kubernetes CA
82-
:tabid: kubeca
83-
84-
.. include:: /includes/steps/deploy-k8s-replica-set-tls.rst
85-
86-
.. tab:: Own CA
87-
:tabid: customca
88-
89-
.. include:: /includes/steps/deploy-k8s-replica-set-tls-custom.rst
55+
.. include:: /includes/steps/deploy-k8s-replica-set-tls-custom.rst
9056

9157
Configure TLS for a Sharded Cluster
9258
-----------------------------------
@@ -97,37 +63,12 @@ Prerequisites
9763
Before you secure your replica set using |tls| encryption, complete the
9864
following:
9965

100-
.. tabs::
101-
:hidden:
102-
103-
.. tab:: Kubernetes CA
104-
:tabid: kubeca
105-
106-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
107-
that you want to secure
108-
109-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
110-
111-
.. tab:: Own CA
112-
:tabid: customca
66+
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
67+
that you want to secure
11368

114-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
115-
that you want to secure
116-
117-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
69+
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
11870

11971
Procedure
12072
~~~~~~~~~
12173

122-
.. tabs::
123-
:hidden:
124-
125-
.. tab:: Kubernetes CA
126-
:tabid: kubeca
127-
128-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-tls.rst
129-
130-
.. tab:: Own CA
131-
:tabid: customca
132-
133-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-tls-custom.rst
74+
.. include:: /includes/steps/deploy-k8s-sharded-cluster-tls-custom.rst

source/tutorial/secure-x509-auth.txt

Lines changed: 8 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ This guide instructs you on how to configure:
2929

3030
.. include:: /includes/admonitions/cannot-secure-standalone.rst
3131

32-
To secure your deployment using |tls| and client X.509 authentication,
33-
you may use |k8s|\'s |certauth| or your own |certauth|:
34-
35-
.. tabs::
36-
37-
.. tab:: Kubernetes CA
38-
:tabid: kubeca
39-
40-
.. tab:: Own CA
41-
:tabid: customca
42-
43-
4432
General Prerequisites
4533
---------------------
4634

@@ -60,38 +48,15 @@ Prerequisites
6048
Before you secure your replica set using |tls| encryption, complete the
6149
following:
6250

63-
.. tabs::
64-
:hidden:
65-
66-
.. tab:: Kubernetes CA
67-
:tabid: kubeca
51+
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
52+
that you want to secure
6853

69-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
70-
that you want to secure
71-
72-
.. tab:: Own CA
73-
:tabid: customca
74-
75-
- :doc:`Deploy the Replica Set </tutorial/deploy-replica-set>`
76-
that you want to secure
77-
78-
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-only.rst
54+
.. include:: /includes/prereqs/custom-ca-prereqs-rs-tls-only.rst
7955

8056
Procedure
8157
~~~~~~~~~
8258

83-
.. tabs::
84-
:hidden:
85-
86-
.. tab:: Kubernetes CA
87-
:tabid: kubeca
88-
89-
.. include:: /includes/steps/deploy-k8s-replica-set-x509.rst
90-
91-
.. tab:: Own CA
92-
:tabid: customca
93-
94-
.. include:: /includes/steps/deploy-k8s-replica-set-x509-custom.rst
59+
.. include:: /includes/steps/deploy-k8s-replica-set-x509-custom.rst
9560

9661

9762
Configure X.509 Client Authentication for a Sharded Cluster
@@ -103,40 +68,15 @@ Prerequisites
10368
Before you secure your replica set using |tls| encryption, complete the
10469
following:
10570

106-
.. tabs::
107-
:hidden:
108-
109-
.. tab:: Kubernetes CA
110-
:tabid: kubeca
111-
112-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
113-
that you want to secure
114-
115-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
116-
117-
.. tab:: Own CA
118-
:tabid: customca
71+
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
72+
that you want to secure
11973

120-
- :doc:`Deploy the Sharded Cluster </tutorial/deploy-sharded-cluster>`
121-
that you want to secure
122-
123-
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
74+
.. include:: /includes/prereqs/custom-ca-prereqs-sc-tls-only.rst
12475

12576
Procedure
12677
~~~~~~~~~
12778

128-
.. tabs::
129-
:hidden:
130-
131-
.. tab:: Kubernetes CA
132-
:tabid: kubeca
133-
134-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509.rst
135-
136-
.. tab:: Own CA
137-
:tabid: customca
138-
139-
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509-custom.rst
79+
.. include:: /includes/steps/deploy-k8s-sharded-cluster-x509-custom.rst
14080

14181

14282

0 commit comments

Comments
 (0)