From 9d1e5643d522d815b0daa042c11e0e0acfec21a8 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 0a02a9ff711..8c09c48e171 100644 --- a/source/tutorial/rotate-key-replica-set.txt +++ b/source/tutorial/rotate-key-replica-set.txt @@ -64,33 +64,12 @@ sequence of keys. keyfile using any method you choose (e.g. ``openssl rand -base64 756``, etc.). -.. container:: - - .. 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 ~~~~~~~~~~~~~~~~~~~~~~