File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ Rotate Keys for Replica Sets
4
4
5
5
.. default-domain:: mongodb
6
6
7
+ <<<<<<< HEAD
7
8
.. role:: red(strong)
8
9
:class: text-danger
9
10
11
+ =======
12
+ >>>>>>> abb7fac02... DOCS-14914 keyfile fails to rotate (#6125)
10
13
Replica set members can use :ref:`keyfiles <internal-auth-keyfile>` to
11
14
authenticate each other as memers of the same deployment.
12
15
@@ -64,6 +67,7 @@ sequence of keys.
64
67
keyfile using any method you choose (e.g. ``openssl rand -base64
65
68
756``, etc.).
66
69
70
+ <<<<<<< HEAD
67
71
.. container::
68
72
69
73
.. tabs::
@@ -91,6 +95,14 @@ sequence of keys.
91
95
.. figure:: /images/example-multiple-keys2.png
92
96
:alt: Image of multiple key string sequence.
93
97
: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)
94
106
95
107
2. Restart Each Member
96
108
~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments