|
|
|
|
|
by raphinou
343 days ago
|
|
I am working on an open source project where users provide signatures of their projects artifacts (this is oversimplified for the sake of the discussion). Started using Minisign as the signature scheme. But we're struggling to find a clean solution for users keys renewal, revocation and updated public key distribution. I thought foks might help for that but the examples don't seem to confirm this. Basically the question I need to answer is :how can users trusting an existing signing key also trust the new key replacing it? I hoped we might outsource this to foks, but I think I misunderstood foks in the first place. |
|
I wonder, what sort of interface is right for you? A library to compile against or a CLI app to shell out to? If a library, which languages?