Skip to content

Commit 1d48a21

Browse files
author
Anthony Sansone
committed
Updated per @jdestefano-mongo review.
1 parent 19a628e commit 1d48a21

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

source/includes/steps-install-verify-files-windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Download the Signature Check utility from Microsoft.
1+
title: Download the Sigcheck utility from Microsoft.
22
stepnum: 1
33
level: 4
44
ref: download-sigcheck
@@ -56,7 +56,7 @@ level: 4
5656
ref: verify-sig
5757
content: |
5858
59-
Invoke ``sigcheck``:
59+
Invoke ``Sigcheck``:
6060
6161
.. code-block:: powershell
6262
@@ -67,7 +67,7 @@ content: |
6767
Click :guilabel:`Agree` to accept the
6868
:abbr:`EULA (End User License Agreement)` when it displays.
6969
70-
``sigcheck`` returns this verification information for the latest
70+
``Sigcheck`` returns this verification information for the latest
7171
release of MongoDB 3.4:
7272
7373
.. code-block:: bat
@@ -95,7 +95,7 @@ content: |
9595
IMP: n/a
9696
9797
---
98-
title: Compare the Signature File to the MongoDB Installer Hash.
98+
title: Compare the signature file to the MongoDB installer hash.
9999
stepnum: 5
100100
level: 4
101101
ref: download-key-file
@@ -120,10 +120,10 @@ content: |
120120
121121
The command outputs three lines:
122122
123-
- An SHA256 hash that you downloaded directly from MongoDB.
124-
- An SHA256 hash computed from the MongoDB binary you
123+
- A ``SHA256`` hash that you downloaded directly from MongoDB.
124+
- A ``SHA256`` hash computed from the MongoDB binary you
125125
downloaded from MongoDB.
126126
- A ``True`` or ``False`` result depending if the hashes match.
127127
128-
If hashes match, the MongoDB binary is verified.
128+
If the hashes match, the MongoDB binary is verified.
129129
...

source/tutorial/verify-mongodb-packages.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Verify Windows Packages
4343
-----------------------
4444

4545
This verifies the MongoDB binary against its SHA256 key. This tutorial
46-
uses the latest release of MongoDB Community Edition 3.4.
46+
uses the latest release of MongoDB Community Edition 3.4, but the
47+
procedure works on all versions and editions.
4748

4849
.. include:: /includes/steps/install-verify-files-windows.rst

0 commit comments

Comments
 (0)