mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Public Key RPM Package Generated #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.