Adam Panzer

Results 4 issues of Adam Panzer

@jhund I thought that this might be helpful in resolving #79 in that you (as in the person using the gem, not you personally) can simply add to your code:...

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug When you have two SANs that belong to different zones, the module tries to add...

bug

It would be great if you included a binary as well :-D

I'm unable to import a key file. I'm using ruby 1.9.3-p448 running: ``` ruby require "gpgme" begin key = GPGME::Key.import(File.open("private.key"), {:password => "redacted"}) rescue GPGME::Error => g puts g.inspect puts...