Skip to content

Commit 1021938

Browse files
jason-price-mongodbjason-price-mongodb
and
jason-price-mongodb
authored
DOCS-14914 keyfile fails to rotate (#6125) (#6127)
Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
1 parent e4a5d79 commit 1021938

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

source/tutorial/rotate-key-replica-set.txt

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Rotate Keys for Replica Sets
44

55
.. default-domain:: mongodb
66

7-
8-
97
Replica set members can use :ref:`keyfiles <internal-auth-keyfile>` to
108
authenticate each other as memers of the same deployment.
119

@@ -63,31 +61,12 @@ sequence of keys.
6361
keyfile using any method you choose (e.g. ``openssl rand -base64
6462
756``, etc.).
6563

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).
8766

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
9170

9271
2. Restart Each Member
9372
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)