hughdavenport / letsencrypt-iwantmyname-hook

Allows you to use letsencrypt.sh and DNS challenge response with the iwantmyname registrar
MIT License
9 stars 1 forks source link

Requires json gem #2

Closed HamishMacEwan closed 8 years ago

HamishMacEwan commented 8 years ago

Hi,

Thanks for this hook, hopefully you will find time to upgrade it to exploit the API Lenz described.

I added

require 'json'

And that fixed:

hooks/iwantmyname/iwantmyname-hook.rb:46:in `block in <main>': uninitialized constant JSON (NameError)
    from /usr/lib/ruby/vendor_ruby/mechanize.rb:434:in `get'
hughdavenport commented 8 years ago

Thanks Hamish, Wonder why it worked for me with my client...

HamishMacEwan commented 8 years ago

Hugh,

I'm the last person who could assist you in answering what I assume is a rhetorical question :). But... I guess you have your system better set up than mine for these sorts of things...

Thanks again.