Skip to content

Commit

Permalink
Include primary signing key into Yum repository definition for Erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 1, 2021
1 parent bab2119 commit 11b81f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/install-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Yum will verify signatures of any packages it installs, therefore the first step
in the process is to import the signing key

<pre class="lang-bash">
## primary RabbitMQ signing key
rpm --import https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
## modern Erlang repository
rpm --import https://packagecloud.io/rabbitmq/erlang/gpgkey
## RabbitMQ server repository
Expand Down Expand Up @@ -179,6 +181,7 @@ gpgcheck=1
enabled=1
# PackageCloud's repository key and RabbitMQ package signing key
gpgkey=https://packagecloud.io/rabbitmq/erlang/gpgkey
https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
Expand Down Expand Up @@ -241,6 +244,7 @@ gpgcheck=1
enabled=1
# PackageCloud's repository key and RabbitMQ package signing key
gpgkey=https://packagecloud.io/rabbitmq/erlang/gpgkey
https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
Expand Down

0 comments on commit 11b81f1

Please sign in to comment.