Skip to content

Commit

Permalink
DOCSP-35239 Change GPG Key URL (#5743) (#5885)
Browse files Browse the repository at this point in the history
* DOCSP-35239 Change GPG Key URL (#5743)

* typo
ajhuh-mdb authored Jan 19, 2024
1 parent 779d5fd commit a60e112
Showing 7 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions source/core/csfle/reference/libmongocrypt.txt
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ Debian

.. code-block:: sh

sudo sh -c 'curl -s --location https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'

.. step::

@@ -97,7 +97,7 @@ Ubuntu

.. code-block:: sh

sudo sh -c 'curl -s --location https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'

.. step::

@@ -146,7 +146,7 @@ RedHat
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/redhat/$releasever/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -173,7 +173,7 @@ Amazon Linux 2
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -200,7 +200,7 @@ Amazon Linux
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2013.03/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -222,7 +222,7 @@ Suse

.. code-block:: sh

sudo rpm --import https://www.mongodb.org/static/pgp/libmongocrypt.asc
sudo rpm --import https://pgp.mongodb.com/libmongocrypt.asc

.. step::

12 changes: 6 additions & 6 deletions source/core/queryable-encryption/reference/libmongocrypt.txt
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ Debian

.. code-block:: sh

sudo sh -c 'curl -s --location https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'

.. step::

@@ -101,7 +101,7 @@ Ubuntu

.. code-block:: sh

sudo sh -c 'curl -s --location https://www.mongodb.org/static/pgp/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'
sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/libmongocrypt.gpg'

.. step::

@@ -150,7 +150,7 @@ RedHat
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/redhat/$releasever/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -177,7 +177,7 @@ Amazon Linux 2
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -204,7 +204,7 @@ Amazon Linux
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2013.03/libmongocrypt/{+libmongocrypt-version+}/x86_64
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/libmongocrypt.asc
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc

.. step::

@@ -226,7 +226,7 @@ Suse

.. code-block:: sh

sudo rpm --import https://www.mongodb.org/static/pgp/libmongocrypt.asc
sudo rpm --import https://pgp.mongodb.com/libmongocrypt.asc

.. step::

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ action:
baseurl=https://repo.mongodb.com/yum/{{distro_name}}/{{distro_release}}/mongodb-enterprise/{+version+}/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-{+pgp-version+}.asc
gpgkey=https://pgp.mongodb.com/server-{+pgp-version+}.asc
post: |
.. note::
2 changes: 1 addition & 1 deletion source/includes/steps-install-mongodb-on-red-hat.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ action:
baseurl=https://repo.mongodb.org/yum/{{distro_name}}/{{distro_release}}/mongodb-org/{+version+}/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-{+pgp-version+}.asc
gpgkey=https://pgp.mongodb.com/server-{+pgp-version+}.asc
post: |
You can also download the ``.rpm`` files directly from the
{{distro_link}}. Downloads are organized by {{distro_name_full}}
2 changes: 1 addition & 1 deletion source/includes/steps-install-mongodb-on-suse.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ ref: import-key
action:
language: sh
code: |
sudo rpm --import https://www.mongodb.org/static/pgp/server-{+pgp-version+}.asc
sudo rpm --import https://pgp.mongodb.com/server-{+pgp-version+}.asc
---
title: Add the MongoDB repository.
stepnum: 2
2 changes: 1 addition & 1 deletion source/includes/steps-install-verify-files-pgp.yaml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ action:
language: sh
copyable: true
code: |
curl -LO https://www.mongodb.org/static/pgp/server-{+release+}.asc
curl -LO https://pgp.mongodb.com/server-{+release+}.asc
gpg --import server-{+release+}.asc
- pre: |
PGP should return this response:
2 changes: 1 addition & 1 deletion source/tutorial/configure-x509-member-authentication.txt
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ connect and perform operations in the deployment.
* See the :doc:`/tutorial/configure-x509-client-authentication` tutorial
for instructions on using x.509 certificates for user authentication.

.. _`default distribution of MongoDB`: http://www.mongodb.org/downloads?tck=docs_server
.. _`default distribution of MongoDB`: http://mongodb.com/downloads?tck=docs_server
.. _`MongoDB Enterprise`: http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server

.. important::

0 comments on commit a60e112

Please sign in to comment.