rabbitmq / erlang-rpm

Latest Erlang/OTP releases packaged as a zero dependency RPM, just enough for running RabbitMQ
https://rabbitmq.com/install-rpm.html
Other
545 stars 117 forks source link

Signature File for Erlang Download #111

Open thmsckldt opened 1 year ago

thmsckldt commented 1 year ago

Hi,

I use the manual installation method of Erlang and RabbitMQ on RHEL8 described in https://www.rabbitmq.com/install-rpm.html#downloads. To install Erlang, I use the direct download from https://github.com/rabbitmq/erlang-rpm/releases. Now I want to verify the downloaded Erlang rpm file with gpg and the RabbitMQ release signing key, as described in https://www.rabbitmq.com/signatures.html#checking-signatures. But I am missing the signature file for the Erlang rpm file: the release page on Github (https://github.com/rabbitmq/erlang-rpm/releases) includes only the rpm files, no *.asc files. Is there any possibility to provide the signature files?

lukebakken commented 1 year ago

The documentation only mentions that we sign RabbitMQ packages, not Erlang ones (at this time). We've made a note of your request, thanks.