File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,26 @@ that the `mongodb` extension be installed:
44
44
Additional installation instructions for the extension may be found in its
45
45
[ PHP.net documentation] ( https://php.net/manual/en/mongodb.installation.php ) .
46
46
47
+ ## Release Integrity
48
+
49
+ Releases are created automatically and the resulting release tag is signed using
50
+ the [ PHP team's GPG key] ( https://pgp.mongodb.com/php-driver.asc ) . To verify the
51
+ tag signature, download the key and import it using ` gpg ` :
52
+
53
+ ``` shell
54
+ gpg --import php-driver.asc
55
+ ```
56
+
57
+ Then, in a local clone, verify the signature of a given tag (e.g. ` 1.19.0 ` ):
58
+
59
+ ``` shell
60
+ git show --show-signature 1.19.0
61
+ ```
62
+
63
+ > [ !NOTE]
64
+ > Composer does not support verifying signatures as part of its installation
65
+ > process.
66
+
47
67
## Reporting Issues
48
68
49
69
Issues pertaining to the library should be reported in the
You can’t perform that action at this time.
0 commit comments