Skip to content

Commit aa1dfa5

Browse files
author
David Coutadeur
committed
update the install doc to inform about the GPG key to use on RHEL9
1 parent e1d9ec9 commit aa1dfa5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/installation.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ or to :ref:`Nginx installation and configuration <nginx_configuration>`
7171
CentOS / RedHat
7272
---------------
7373

74-
Configure the yum repository:
74+
Configure the yum repository: (take care to configure the name of the GPG key, see below)
7575

7676
.. prompt:: bash #
7777

@@ -93,10 +93,19 @@ Then update:
9393

9494
Import repository key:
9595

96+
On RHEL 7 or 8:
97+
9698
.. prompt:: bash #
9799

98100
rpm --import https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project
99101

102+
On RHEL 9:
103+
104+
.. prompt:: bash #
105+
106+
rpm --import https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-PROJECT-SECURITY
107+
108+
100109
You are now ready to install:
101110

102111
.. prompt:: bash #

0 commit comments

Comments
 (0)