Giter Club home page Giter Club logo

Comments (3)

michaelklishin avatar michaelklishin commented on July 17, 2024

I am afraid we do not control how keys of hosted services such as PackageCloud are generated.

You can opt in for installing using direct download from GitHub

from erlang-rpm.

michaelklishin avatar michaelklishin commented on July 17, 2024

Here is the rabbitmq/erlang signing key used by PackageCloud. There is one per repo. I do not see any way for us to regenerate it,
and if we did, I'm afraid it would require an action from every user who has provisioned
this RPM from PackageCloud.

In the past we've had a similar transition with the RabbitMQ signing key as well as one key transition with PackageCloud (in October 2018)
which was forced upon us by the service.

I haven't seen this issue on CentOS 9 just last month. But if this does have to do with the
algorithm used when generating the key, for the time being, direct downloads would be the only option for Oracle Linux 9 users, until PackageCloud introduces a way to regenerate the key.

from erlang-rpm.

mohd-akram avatar mohd-akram commented on July 17, 2024

It seems a solution is to remove the repo_gpgcheck=1 line from the .repo file. The packages themselves are signed by the RabbitMQ key, which works in RHEL 9. Here's a much simplified rabbitmq.repo file that works:

[rabbitmq_erlang]
name=rabbitmq_erlang
baseurl=https://packagecloud.io/rabbitmq/erlang/el/8/$basearch
gpgcheck=1
enabled=1
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc

[rabbitmq_server]
name=rabbitmq_server
baseurl=https://packagecloud.io/rabbitmq/rabbitmq-server/el/8/$basearch
gpgcheck=1
enabled=1
gpgkey=https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc

I would recommend updating the documentation to this. The current one is unnecessarily long.

from erlang-rpm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.