Skip to content

Commit 32dd096

Browse files
committed
trivial reorg for TLS/SSL and encryption at rest
1 parent e110dec commit 32dd096

File tree

6 files changed

+12
-59
lines changed

6 files changed

+12
-59
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,7 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
14481448

14491449

14501450
[*-v3.4]: /${version}/core/causal-consistency-read-write-concerns -> ${base}/${version}/core/read-isolation-consistency-recency
1451+
[*-v3.4]: /${version}/core/security-encryption -> ${base}/${version}/security
14511452

14521453
# 2.8 compatibility
14531454
#

source/administration/monitoring.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ performing the same insert operation produces the following log event:
425425
}
426426

427427
Use :setting:`~security.redactClientLogData` in conjunction with
428-
:doc:`encryption </core/security-encryption>` to assist compliance with
428+
:doc:`/core/security-encryption-at-rest` and
429+
:doc:`/core/security-transport-encryption` to assist compliance with
429430
regulatory requirements.
430431

431432
Diagnosing Performance Issues

source/core/security-encryption.txt

Lines changed: 0 additions & 51 deletions
This file was deleted.

source/core/security-transport-encryption.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _transport-encryption:
22

3-
====================
4-
Transport Encryption
5-
====================
3+
==============================
4+
TLS/SSL (Transport Encryption)
5+
==============================
66

77
.. default-domain:: mongodb
88

source/includes/options-mongod.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,9 +2331,10 @@ description: |
23312331
Metadata such as error or operation codes, line numbers, and source file
23322332
names are still visible in the logs.
23332333
2334-
Use {{role}} in conjunction with :doc:`encryption
2335-
</core/security-encryption>` to assist compliance with regulatory
2336-
requirements.
2334+
Use {{role}} in conjunction with
2335+
:doc:`/core/security-encryption-at-rest` and
2336+
:doc:`/core/security-transport-encryption` to assist compliance with
2337+
regulatory requirements.
23372338
23382339
For example, a MongoDB deployment might store Personally Identifiable
23392340
Information (PII) in one or more collections. The {{program}} logs events

source/security.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ a list of recommended actions to protect a MongoDB deployment.
6363
/core/authentication
6464
/tutorial/enable-authentication
6565
/core/authorization
66-
/core/security-encryption
66+
/core/security-transport-encryption
67+
/core/security-encryption-at-rest
6768
/core/auditing
6869
/core/security-hardening
6970
/tutorial/implement-field-level-redaction

0 commit comments

Comments
 (0)