Merge pull request #1772 from influxdata/timhallinflux-patch-2

Update data_node_installation.md
pull/1794/head
timhallinflux 2020-11-06 11:25:54 -08:00 committed by GitHub
commit 94e0df59e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -106,8 +106,8 @@ sudo dpkg -i influxdb-data_1.8.2-c1.8.2_amd64.deb
#### RedHat and CentOS (64-bit)
```bash
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-data-1.8.2-c1.8.2.x86_64.rpm
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2_c1.8.2.x86_64.rpm
sudo yum localinstall influxdb-data-1.8.2_c1.8.2.x86_64.rpm
```
#### Verify the authenticity of release download (recommended)
@ -124,13 +124,13 @@ For added security, follow these steps to verify the signature of your InfluxDB
For example:
```
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2-c1.8.2.x86_64.rpm.asc
wget https://dl.influxdata.com/enterprise/releases/influxdb-data-1.8.2_c1.8.2.x86_64.rpm.asc
```
3. Verify the signature with `gpg --verify`:
```
gpg --verify influxdb-data-1.8.2-c1.8.2.x86_64.rpm.asc influxdb-data-1.8.2-c1.8.2.x86_64.rpm
gpg --verify influxdb-data-1.8.2-c1.8.2.x86_64.rpm.asc influxdb-data-1.8.2_c1.8.2.x86_64.rpm
```
The output from this command should include the following: