diff --git a/source/tutorial/rotate-key-replica-set.txt b/source/tutorial/rotate-key-replica-set.txt index 953f65ae632..c1d3d435ceb 100644 --- a/source/tutorial/rotate-key-replica-set.txt +++ b/source/tutorial/rotate-key-replica-set.txt @@ -4,8 +4,6 @@ Rotate Keys for Replica Sets .. default-domain:: mongodb - - Replica set members can use :ref:`keyfiles ` to authenticate each other as memers of the same deployment. @@ -63,31 +61,12 @@ sequence of keys. keyfile using any method you choose (e.g. ``openssl rand -base64 756``, etc.). -.. tabs:: - - tabs: - - - id: multiple-key-strings - name: Multiple Key Strings - content: | - - You can specify multiple key strings where each key - string is **enclosed in quotes**. - - .. figure:: /images/example-multiple-keys1.png - :alt: Image of multiple key strings. - :figwidth: 600px - - - id: multiple-key-sequence - name: Multiple Key Sequence - content: | - - You can specify multiple key strings as a sequence of key - strings (optionally enclosed in quotes). +You can specify multiple key strings as a sequence of key +strings (optionally enclosed in single or double quotes). - .. figure:: /images/example-multiple-keys2.png - :alt: Image of multiple key string sequence. - :figwidth: 600px +.. figure:: /images/example-multiple-keys2.png + :alt: Image of multiple key string sequence. + :figwidth: 600px 2. Restart Each Member ~~~~~~~~~~~~~~~~~~~~~~