We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d9ec9 commit aa1dfa5Copy full SHA for aa1dfa5
docs/installation.rst
@@ -71,7 +71,7 @@ or to :ref:`Nginx installation and configuration <nginx_configuration>`
71
CentOS / RedHat
72
---------------
73
74
-Configure the yum repository:
+Configure the yum repository: (take care to configure the name of the GPG key, see below)
75
76
.. prompt:: bash #
77
@@ -93,10 +93,19 @@ Then update:
93
94
Import repository key:
95
96
+On RHEL 7 or 8:
97
+
98
99
100
rpm --import https://ltb-project.org/documentation/_static/RPM-GPG-KEY-LTB-project
101
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
109
You are now ready to install:
110
111
0 commit comments