zhaofengli / attic

Multi-tenant Nix Binary Cache
https://docs.attic.rs
Other
935 stars 70 forks source link

[Feature request] custom private keys #89

Open misuzu opened 10 months ago

misuzu commented 10 months ago

I'd like to migrate my duct tape binary cache to attic and keep current private key, would be great to be able to pass custom private key in cli when creating a binary cache

zhaofengli commented 10 months ago

This is a good idea. For now, you can work around this by manually editing the private key stored in the database (keypair column in cache).

dsalaza4 commented 1 month ago

This is most likely related to #150