Hey folks,
Firstly - THANK YOU for making this library. Amazing work and I don't know what I'd do without it.
I'm building a system in which users can upload their (private) gpg keys for signing files.
So they give me a mycompany.key private key.
Using this, I can successfully run GPGME::Key.import(File.open('mycompany.key')), but...how do I identify the key after that?
This gives me a ImportResult, but I can't find any sort of ID / Email field on that object I can use....
Any ideas? Sorry if this is a dumb question, I'm not super experienced with the GPG utils
Hey folks,
Firstly - THANK YOU for making this library. Amazing work and I don't know what I'd do without it.
I'm building a system in which users can upload their (private) gpg keys for signing files.
So they give me a
mycompany.keyprivate key.Using this, I can successfully run
GPGME::Key.import(File.open('mycompany.key')), but...how do I identify the key after that?This gives me a
ImportResult, but I can't find any sort of ID / Email field on that object I can use....Any ideas? Sorry if this is a dumb question, I'm not super experienced with the GPG utils