You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
24
24
25
25
### Release Integrity
26
26
27
+
Releases are created automatically and signed using the [Node team's GPG key](https://pgp.mongodb.com/node-driver.asc). This applies to the git tag as well as all release packages provided as part of a GitHub release. To verify the provided packages, download the key and import it using gpg:
28
+
29
+
```shell
30
+
gpg --import node-driver.asc
31
+
```
32
+
27
33
The GitHub release contains a detached signature file for the NPM package (named
28
34
`mongodb-X.Y.Z.tgz.sig`).
29
35
@@ -39,6 +45,9 @@ To verify the integrity of the downloaded package, run the following command:
0 commit comments