Public Key RPM Package Generated #29

Open
opened 2026-01-29 16:27:42 +00:00 by claunia · 1 comment
Owner

Originally created by @planasmultimedia on GitHub (Jun 1, 2018).

Hi, first of all thanks for this Library, so much usefull !!

I'm using it to generate an RPM package, the issue is when I have to install it in another machine, there's an error coming out saying:

warning: rpmts_HdrFromFdno: NOKEY, key ID 23b186c9 ( 0%)
error: ExampleGenerateRPM.1.0.0.linux-arm.rpm: public key not available

And I can't find any reference of how to get the public key, neither the private. Is there any way to get it or how should I do it to install the RPM generated by your library?? Any help is welcome, I have been stucked on this too much.

Thanks in advance!!
Marc.

Originally created by @planasmultimedia on GitHub (Jun 1, 2018). Hi, first of all thanks for this Library, so much usefull !! I'm using it to generate an RPM package, the issue is when I have to install it in another machine, there's an error coming out saying: warning: rpmts_HdrFromFdno: NOKEY, key ID 23b186c9 ( 0%) error: ExampleGenerateRPM.1.0.0.linux-arm.rpm: public key not available And I can't find any reference of how to get the public key, neither the private. Is there any way to get it or how should I do it to install the RPM generated by your library?? Any help is welcome, I have been stucked on this too much. Thanks in advance!! Marc.
claunia added the enhancementbug labels 2026-01-29 16:27:42 +00:00
Author
Owner

@qmfrederik commented on GitHub (Dec 5, 2019):

A new key is auto-generated every time you run dotnet rpm. We should at least give you a way to retrieve the public key.

Even better would be to allow you to specify your own key pair.

@qmfrederik commented on GitHub (Dec 5, 2019): A new key is auto-generated every time you run `dotnet rpm`. We should at least give you a way to retrieve the public key. Even better would be to allow you to specify your own key pair.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#29