-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API for loading and managing keys from files #427
Comments
Yes, for people who use PKCS#11 (e.g. Yubikey) or cloud HSM (e.g AWS KSM or Azure KV) it would be very useful to be able to:
|
+1, we currently handwrite the data.PublicKey conversions for the HSMs we use. I agree that loading a PEM file or other pubkey representaitons into a public key would be great to start. |
For signatures, a good reference point would be to support the
|
This should be a go-securesystemslib issue IMHO |
Closing since the code base changed and this is now fixed. Thanks for raising this 👍 |
go-tuf doesn't currently provide an API to load existing keys from files. It'd be great to be able to load keys from files into their
data.PrivateKey
ordata.PublicKey
representations.The text was updated successfully, but these errors were encountered: