Skip to content

Commit c41d536

Browse files
committed
DOCSP-3886: Update GPG Key for Ubuntu/Debian Installation
1 parent 86f75bf commit c41d536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/steps-install-configure-debian-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pre: |
55
<http://docs.mongodb.org/10gen-gpg-key.asc>`_ to the system key ring.
66
ref: import-apt-package-keyring
77
action:
8-
- code: "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10"
8+
- code: "sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 9ECBEC467F0CEB10"
99
language: sh
1010
---
1111
title: "Create a ``sources.list`` file for MongoDB"

source/tutorial/install-mongodb-on-ubuntu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ to import the `MongoDB public GPG Key <http://docs.mongodb.org/10gen-gpg-key.asc
4444

4545
.. code-block:: sh
4646

47-
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
47+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9ECBEC467F0CEB10
4848

4949
Create a ``/etc/apt/sources.list.d/mongodb.list`` file using the
5050
following command.

0 commit comments

Comments
 (0)