Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit d3daf81

Browse files
WIP
1 parent 3fb8e0b commit d3daf81

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ targets = [
5353
variant = "warning"
5454
value = """\
5555
MongoDB ``mongosync`` binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed.
56-
"""
56+
"""

source/installation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ These documents provide instructions to install {+c2c-full-product-name+}.
2424

2525
Linux </installation/install-on-linux>
2626
macOS </installation/install-on-macos>
27+
Verify Signature </installation/verify>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _c2c-verify-signature:
2+
3+
======================================
4+
Verify Integrity of mongosync Packages
5+
======================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: tutorial
16+
17+
The MongoDB release team digitally signs ``mongosync`` packages to
18+
certify that the plugin is a valid and unaltered MongoDB release. You
19+
can use the digital signature to validate the package and ensure that it
20+
is a trusted installation.
21+
22+
Before you Begin
23+
----------------
24+
25+
If you don't have ``mongosync`` installed, download the ``mongosync``
26+
binary from the {+mdb-download-center+}.
27+
28+
Steps
29+
-----

0 commit comments

Comments
 (0)