Rails + Let's Encrypt

Hi!

I’ve created a simple gem https://github.com/tobiasfeistmantl/LeSSL to
obtain certificates from Let’s Encrypt.

It would be nice if some of you could test the gem and maybe help me to
make it more useful for Rails users.

On Github: GitHub - 0x7466/LeSSL: A certificate manager for lets-encrypt certificates
On Rubygems: le_ssl | RubyGems.org | your community gem host

Take a look into the “Planned Features” section in the Github repo
README.
I think there are some cool things we could do here.

I’d also need some help to write tests for this gem. I don’t have a lot
of
experience with the Boulder https://github.com/letsencrypt/boulder
server
and I also don’t want to use the live servers of Let’s Encrypt for the
automated tests.

Maybe someone has an idea how to simulate Boulder locally without
installing and configuring a lot of stuff?

Best

Tobias