From a05b96297c7459204cdfad6c91ba23c008c8d69e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 25 Oct 2023 10:43:30 -0600 Subject: [PATCH] hotfix: update outdated influxdb signing key, closes influxdata/influxdb#24323 --- content/influxdb/v2/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2/install.md b/content/influxdb/v2/install.md index fb8e79694..0e4bb6b8e 100644 --- a/content/influxdb/v2/install.md +++ b/content/influxdb/v2/install.md @@ -113,7 +113,7 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) 1. Download and import InfluxData's public key: ``` - curl -s https://repos.influxdata.com/influxdb2.key | gpg --import - + curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import - ``` 2. Download the signature file for the release by adding `.asc` to the download URL. @@ -366,7 +366,7 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/) 1. Download and import InfluxData's public key: ``` - curl -s https://repos.influxdata.com/influxdb2.key | gpg --import - + curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import - ``` 2. Download the signature file for the release by adding `.asc` to the download URL.