hotfix: update outdated influxdb signing key, closes influxdata/influxdb#24323

pull/5194/head
Scott Anderson 2023-10-25 10:43:30 -06:00
parent 42a493aafa
commit a05b96297c
1 changed files with 2 additions and 2 deletions

View File

@ -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.