Skip to content

Commit 313962d

Browse files
Merge pull request #1587 from shekeriev/shekeriev-patch-1
Added a hint for the key import commands
2 parents e5a5423 + 2d690ee commit 313962d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/install-rpm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ rpm --import https://packagecloud.io/rabbitmq/erlang/gpgkey
180180
rpm --import https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey
181181
</pre>
182182

183+
Note that if any of the above import commands finishes with an error due to the SHA1 hash algorithm, you must execute the following first:
184+
185+
<pre class="lang-bash">
186+
sudo update-crypto-policies --set LEGACY
187+
</pre>
188+
189+
And then retry the failed import command(s).
190+
183191
### Add Yum Repositories for RabbitMQ and Modern Erlang
184192

185193
In order to use the Yum repository, a `.repo` file (e.g. `rabbitmq.repo`) has to be

0 commit comments

Comments
 (0)