Skip to content

Commit f613e8f

Browse files
author
Chris Cho
authored
DOCSP-36758: Define CMK on encryption key rotation page (#7125)
* DOCSP-36758: Define CMK on encryption key rotation page * add facet tags
1 parent 05db831 commit f613e8f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/tutorial/rotate-encryption-key.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
Rotate Encryption Keys
55
======================
66

7-
.. default-domain:: mongodb
7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: key management interoperability protocol, customer master key, key management, mongosh, mongod, security
13+
814

915
.. contents:: On this page
1016
:local:
@@ -24,7 +30,7 @@ year.
2430

2531
MongoDB provides two options for key rotation. You can rotate out the
2632
binary with a new instance that uses a new key. Or, if you are using a
27-
KMIP server for key management, you can rotate the master key.
33+
KMIP server for key management, you can rotate the :term:`Customer Master Key`.
2834

2935
Rotate a Replica Set Member
3036
---------------------------
@@ -72,7 +78,7 @@ KMIP Master Key Rotation
7278
------------------------
7379

7480
If you are using a KMIP server for key management, you can rotate
75-
the master key, the only externally managed key. With the new
81+
the :term:`Customer Master Key`, the only externally managed key. With the new
7682
master key, the internal keystore will be re-encrypted but the
7783
database keys will be otherwise left unchanged. This obviates the need
7884
to re-encrypt the entire data set.

0 commit comments

Comments
 (0)