Skip to content

Commit df42198

Browse files
committed
connection security
1 parent 1587e7b commit df42198

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ toc_landing_pages = [
1313
"/crud/builders",
1414
"/data-formats",
1515
"/api-documentation",
16+
"/security",
1617
"/security/auth"
1718
]
1819

source/connection/specify-connection-options.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Specify Connection Options
1010
Network Compression </connection/specify-connection-options/network-compression>
1111
JNDI Datasource </connection/specify-connection-options/jndi>
1212
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
13-
Enable TLS/SSL </security/tls>
14-
Use a SOCKS5 Proxy </security/socks>
13+
Connection Security Settings </connection/specify-connection-options/security-connection-options>
1514

1615
.. facet::
1716
:name: genre
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _security-connection-settings:
2+
3+
============================
4+
Connection Security Settings
5+
============================
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. contents:: On this page
12+
:local:
13+
:backlinks: none
14+
:depth: 1
15+
:class: singlecol
16+
17+
MongoDB supports many options for securing your data before and during
18+
transportation. For information about security options, see our :ref:`Security
19+
section <java-security>`, including :ref:`TLS/SSL <tls-ssl>` and :ref:`SOCKS5 Proxy
20+
<java-connect-socks>` options.

source/security.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-security:
2+
13
========
24
Security
35
========
@@ -13,4 +15,16 @@ Security
1315
In-Use Encryption </security/encrypt-fields>
1416
TLS/SSL </security/tls>
1517
SOCKS5 Proxy </security/socks>
16-
Validate Driver Artifact Signatures </security/validate-signatures>
18+
Validate Driver Artifact Signatures </security/validate-signatures>
19+
20+
Overview
21+
--------
22+
23+
Learn how to set up security options for your application in the following
24+
sections:
25+
26+
- :ref:`Authentication <authentication-mechanisms>`
27+
- :ref:`In-Use Encryption <java-fle>`
28+
- :ref:`TLS/SSL <tls-ssl>`
29+
- :ref:`SOCKS5 Proxy <java-connect-socks>`
30+
- :ref:`Validate Driver Artifact Signatures <java-validate-signatures>`

0 commit comments

Comments
 (0)