File tree Expand file tree Collapse file tree 1 file changed +5
-26
lines changed Expand file tree Collapse file tree 1 file changed +5
-26
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Rotate Keys for Replica Sets
4
4
5
5
.. default-domain:: mongodb
6
6
7
-
8
-
9
7
Replica set members can use :ref:`keyfiles <internal-auth-keyfile>` to
10
8
authenticate each other as memers of the same deployment.
11
9
@@ -63,31 +61,12 @@ sequence of keys.
63
61
keyfile using any method you choose (e.g. ``openssl rand -base64
64
62
756``, etc.).
65
63
66
- .. tabs::
67
-
68
- tabs:
69
-
70
- - id: multiple-key-strings
71
- name: Multiple Key Strings
72
- content: |
73
-
74
- You can specify multiple key strings where each key
75
- string is **enclosed in quotes**.
76
-
77
- .. figure:: /images/example-multiple-keys1.png
78
- :alt: Image of multiple key strings.
79
- :figwidth: 600px
80
-
81
- - id: multiple-key-sequence
82
- name: Multiple Key Sequence
83
- content: |
84
-
85
- You can specify multiple key strings as a sequence of key
86
- strings (optionally enclosed in quotes).
64
+ You can specify multiple key strings as a sequence of key
65
+ strings (optionally enclosed in single or double quotes).
87
66
88
- .. figure:: /images/example-multiple-keys2.png
89
- :alt: Image of multiple key string sequence.
90
- :figwidth: 600px
67
+ .. figure:: /images/example-multiple-keys2.png
68
+ :alt: Image of multiple key string sequence.
69
+ :figwidth: 600px
91
70
92
71
2. Restart Each Member
93
72
~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments