Skip to content

Commit

Permalink
Update installation.rst to enable GPG checks
Browse files Browse the repository at this point in the history
Enabled GPG checks to RHEL & its derivatives

Closes: #162
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
  • Loading branch information
RielDowner authored and ac000 committed Aug 15, 2024
1 parent 2c6fb03 commit c7b6360
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ Amazon Linux
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/amzn/2023/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -218,7 +219,8 @@ Amazon Linux
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/amzn2/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -264,7 +266,8 @@ Amazon Linux
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/amzn/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -536,7 +539,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -576,7 +580,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -622,7 +627,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -668,7 +674,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -714,7 +721,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -761,7 +769,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -807,7 +816,8 @@ Fedora
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/fedora/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -857,7 +867,8 @@ RHEL and derivatives
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/rhel/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -897,7 +908,8 @@ RHEL and derivatives
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/rhel/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -941,7 +953,8 @@ RHEL and derivatives
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/rhel/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down Expand Up @@ -987,7 +1000,8 @@ RHEL and derivatives
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/rhel/$releasever/$basearch/
gpgcheck=0
gpgkey=https://unit.nginx.org/keys/nginx-keyring.gpg
gpgcheck=1
enabled=1
#. Install the core package
Expand Down

0 comments on commit c7b6360

Please sign in to comment.