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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,12 @@ npm install mongodb-legacy
65
65
66
66
### Release Integrity
67
67
68
+
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:
69
+
70
+
```
71
+
gpg --import node-driver.asc
72
+
```
73
+
68
74
The GitHub release contains a detached signature file for the NPM package (named
69
75
`mongodb-legacy-X.Y.Z.tgz.sig`).
70
76
@@ -80,6 +86,11 @@ To verify the integrity of the downloaded package, run the following command:
0 commit comments