Skip to content

Commit 0e61496

Browse files
jason-price-mongodbjason-price-mongodb
andcommitted
DOCS-14914 keyfile fails to rotate (mongodb#6125)
Co-authored-by: jason-price-mongodb <[email protected]>
1 parent fb658b7 commit 0e61496

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Rotate Keys for Replica Sets
44

55
.. default-domain:: mongodb
66

7+
<<<<<<< HEAD
78
.. role:: red(strong)
89
:class: text-danger
910

11+
=======
12+
>>>>>>> abb7fac02... DOCS-14914 keyfile fails to rotate (#6125)
1013
Replica set members can use :ref:`keyfiles <internal-auth-keyfile>` to
1114
authenticate each other as memers of the same deployment.
1215

@@ -64,6 +67,7 @@ sequence of keys.
6467
keyfile using any method you choose (e.g. ``openssl rand -base64
6568
756``, etc.).
6669

70+
<<<<<<< HEAD
6771
.. container::
6872

6973
.. tabs::
@@ -91,6 +95,14 @@ sequence of keys.
9195
.. figure:: /images/example-multiple-keys2.png
9296
:alt: Image of multiple key string sequence.
9397
:figwidth: 600px
98+
=======
99+
You can specify multiple key strings as a sequence of key
100+
strings (optionally enclosed in single or double quotes).
101+
102+
.. figure:: /images/example-multiple-keys2.png
103+
:alt: Image of multiple key string sequence.
104+
:figwidth: 600px
105+
>>>>>>> abb7fac02... DOCS-14914 keyfile fails to rotate (#6125)
94106

95107
2. Restart Each Member
96108
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)