Skip to content

Commit 11b81f1

Browse files
Include primary signing key into Yum repository definition for Erlang
1 parent bab2119 commit 11b81f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/install-rpm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Yum will verify signatures of any packages it installs, therefore the first step
147147
in the process is to import the signing key
148148

149149
<pre class="lang-bash">
150+
## primary RabbitMQ signing key
151+
rpm --import https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
150152
## modern Erlang repository
151153
rpm --import https://packagecloud.io/rabbitmq/erlang/gpgkey
152154
## RabbitMQ server repository
@@ -179,6 +181,7 @@ gpgcheck=1
179181
enabled=1
180182
# PackageCloud's repository key and RabbitMQ package signing key
181183
gpgkey=https://packagecloud.io/rabbitmq/erlang/gpgkey
184+
https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
182185
sslverify=1
183186
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
184187
metadata_expire=300
@@ -241,6 +244,7 @@ gpgcheck=1
241244
enabled=1
242245
# PackageCloud's repository key and RabbitMQ package signing key
243246
gpgkey=https://packagecloud.io/rabbitmq/erlang/gpgkey
247+
https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
244248
sslverify=1
245249
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
246250
metadata_expire=300

0 commit comments

Comments
 (0)