From 98b63fea9428f3cda5fd3187cce3ff909c527ad3 Mon Sep 17 00:00:00 2001 From: jason-price-mongodb <69260375+jason-price-mongodb@users.noreply.github.com> Date: Thu, 11 Nov 2021 09:35:26 -0800 Subject: [PATCH] DOCS-14914 keyfile fails to rotate (#6125) Co-authored-by: jason-price-mongodb --- source/tutorial/rotate-key-replica-set.txt | 31 ++++------------------ 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/source/tutorial/rotate-key-replica-set.txt b/source/tutorial/rotate-key-replica-set.txt index 040a92e6874..c652ac3b341 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 ~~~~~~~~~~~~~~~~~~~~~~