dgolja / golja-gnupg

Puppet module for managing GnuPG package and public keys
Apache License 2.0
13 stars 46 forks source link

"Allow full 40 char fingerprints to be passed" #21

Closed nibalizer closed 3 years ago

nibalizer commented 8 years ago

Looks like the failing tests are due to a bundle install issue on 1.8.7, but the other rspec tests pass.

fungi commented 8 years ago

Agreed, this would be nice, especially if keys are being retrieved from a keyserver where there could be carefully crafted collisions also present. Also since the expected use case for this Puppet module is that you're not going to be typing these commands by hand over and over, there's no real excuse not to have a longer, safer identifier in your manifest (short of just directly passing the entire key, which is how we end up using it anyway because keyserver integration seems unnecessary if you already know the key you want and can simply host a copy in your config management).

jacksgt commented 7 years ago

Is there any update on this? I would also like to have full fingerprint support.