File tree Expand file tree Collapse file tree 3 files changed +25
-9
lines changed Expand file tree Collapse file tree 3 files changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,23 @@ level: 4
12
12
content : |
13
13
The MongoDB release team digitally signs all software packages to
14
14
certify that a particular MongoDB package is a valid and unaltered
15
- MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
16
- PGP key in ``.asc`` format.
15
+ MongoDB release. The `bi-connector.asc` key to validate the BI
16
+ Connector is available on `pgp.mongodb.com <https://pgp.mongodb.com/bi-connector.asc>`__
17
+ as a PGP key in ``.asc`` format.
17
18
18
19
a. Run the following command to download the ``.sig`` file.
19
20
20
21
.. code-block:: sh
21
22
22
23
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-{arch}-{platform}-{version}.tgz.sig
23
24
24
- #. Run the following command to download then import the key file.
25
+ .. example::
26
+
27
+ .. code-block:: sj
28
+
29
+ https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-x86_64-suse12-v2.14.14.tgz.sig
30
+
31
+ #. Run the following command to download the import the key file.
25
32
26
33
.. io-code-block::
27
34
:copyable: true
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ level: 4
12
12
content : |
13
13
The MongoDB release team digitally signs all software packages to
14
14
certify that a particular MongoDB package is a valid and unaltered
15
- MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
16
- PGP key in ``.asc`` format.
15
+ MongoDB release. The `bi-connector.asc` key to validate the BI
16
+ Connector is available on `pgp.mongodb.com <https://pgp.mongodb.com/bi-connector.asc>`__
17
+ as a PGP key in ``.asc`` format.
17
18
18
19
a. Run the following command to downloaded the ``.sig`` file.
19
20
@@ -43,8 +44,9 @@ content: |
43
44
44
45
.. code-block:: shell
45
46
46
- gpg --verify mongodb-bi-osx-{x86_64|arm64} -{version}.zip.sig mongodb-bi-osx-{x86_64|arm64}-{version}.zip
47
+ gpg --verify mongodb-bi-osx-{x86_64|arm64-macos{11|13}} -{version}.zip.sig mongodb-bi-osx-{x86_64|arm64-macos{11|13} }-{version}.zip
47
48
49
+
48
50
GPG should return this response:
49
51
50
52
.. code-block:: shell
Original file line number Diff line number Diff line change @@ -12,16 +12,23 @@ level: 4
12
12
content : |
13
13
The MongoDB release team digitally signs all software packages to
14
14
certify that a particular MongoDB package is a valid and unaltered
15
- MongoDB release. The `bi-connector.asc` key to validate the BI Connector is available on [pgp.mongodb.com](https://pgp.mongodb.com/bi-connector.asc)
16
- PGP key in ``.asc`` format.
15
+ MongoDB release. The `bi-connector.asc` key to validate the BI
16
+ Connector is available on `pgp.mongodb.com
17
+ <https://pgp.mongodb.com/bi-connector.asc>`__ as a PGP key in ``.asc`` format.
17
18
18
19
a. Run the following command to downloaded the ``.sig`` file.
19
20
20
21
.. code-block:: sh
21
22
22
23
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-{arch}-{platform}-{version}.tgz.sig
23
24
24
- #. Run the following command to download then import the key file.
25
+ .. example::
26
+
27
+ .. code-block:: sh
28
+
29
+ https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-x86_64-rhel90-v2.14.14.tgz.sig
30
+
31
+ #. Run the following command to download the import the key file.
25
32
26
33
.. io-code-block::
27
34
:copyable: true
You can’t perform that action at this time.
0 commit comments