@@ -4,8 +4,6 @@ Rotate Keys for Sharded Clusters
44
55.. default-domain:: mongodb
66
7-
8-
97Sharded cluster members can use :ref:`keyfiles <internal-auth-keyfile>`
108to authenticate each other as memers of the same deployment.
119
@@ -52,9 +50,7 @@ Procedure
52501. Modify the Keyfile to Include Old and New Keys
5351~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5452
55- Modify each member's keyfile to include both the old and new keys. You
56- can specify multiple keys either as strings enclosed in quotes or as a
57- sequence of keys.
53+ Modify each member's keyfile to include both the old and new keys.
5854
5955.. warning::
6056
@@ -63,34 +59,14 @@ sequence of keys.
6359 keyfile using any method you choose (e.g. ``openssl rand -base64
6460 756``, etc.).
6561
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-
82- - id: multiple-key-sequence
83- name: Multiple Key Sequence
84- content: |
85-
86- You can specify multiple key strings as a sequence of key
87- strings (optionally enclosed in quotes):
62+ You can specify multiple key strings as a sequence of key strings (optionally
63+ enclosed in quotes):
8864
89- .. figure:: /images/example-multiple-keys2.png
90- :alt: Image of multiple key string sequence.
91- :figwidth: 600px
65+ .. figure:: /images/example-multiple-keys2.png
66+ :alt: Image of multiple key string sequence.
67+ :figwidth: 600px
9268
93- 2 . Restart Each Member
69+ 1 . Restart Each Member
9470~~~~~~~~~~~~~~~~~~~~~~
9571
9672Once all the keyfiles contain both the old and new keys, restart each
0 commit comments