We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a5423 + 2d690ee commit 313962dCopy full SHA for 313962d
site/install-rpm.md
@@ -180,6 +180,14 @@ rpm --import https://packagecloud.io/rabbitmq/erlang/gpgkey
180
rpm --import https://packagecloud.io/rabbitmq/rabbitmq-server/gpgkey
181
</pre>
182
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
191
### Add Yum Repositories for RabbitMQ and Modern Erlang
192
193
In order to use the Yum repository, a `.repo` file (e.g. `rabbitmq.repo`) has to be
0 commit comments