Skip to content

DOCS-14914 keyfile fails to rotate (#6125) #6128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 5 additions & 26 deletions source/tutorial/rotate-key-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~
Expand Down