Skip to content

Commit a0fb599

Browse files
DOCSP-40387 updates for NB's feedback
1 parent 3ffef98 commit a0fb599

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

source/includes/steps-install-bi-connector-debian.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,23 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
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.
1718
1819
a. Run the following command to download the ``.sig`` file.
1920
2021
.. code-block:: sh
2122
2223
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-{arch}-{platform}-{version}.tgz.sig
2324
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.
2532
2633
.. io-code-block::
2734
:copyable: true

source/includes/steps-install-bi-connector-macos.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
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.
1718
1819
a. Run the following command to downloaded the ``.sig`` file.
1920
@@ -43,8 +44,9 @@ content: |
4344
4445
.. code-block:: shell
4546
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
4748
49+
4850
GPG should return this response:
4951
5052
.. code-block:: shell

source/includes/steps-install-bi-connector-rhel.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,23 @@ level: 4
1212
content: |
1313
The MongoDB release team digitally signs all software packages to
1414
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.
1718
1819
a. Run the following command to downloaded the ``.sig`` file.
1920
2021
.. code-block:: sh
2122
2223
curl -LO https://info-mongodb-com.s3.amazonaws.com/mongodb-bi/v2/mongodb-bi-linux-{arch}-{platform}-{version}.tgz.sig
2324
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.
2532
2633
.. io-code-block::
2734
:copyable: true

0 commit comments

Comments
 (0)