Replies: 1 comment
-
we have updated the packages with a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to install version 2.4.17.1 on RHEL 8.10 (OS is fully up-to-date) I get the following error message:
The GPG key is using
ed25519
which is not supported byrpm 4.14
in RHEL 8. Support for EdDSA/Ed25519 keys was only added inrpm 4.16
(RHEL 9).The workaround is to disable the signature check in
rpm
:Is it possible to sign the RPM for RHEL 8 with a GPG key that is supported on that OS?
Beta Was this translation helpful? Give feedback.
All reactions