Rack::Acme
Goals
- Mountable endpoint that handles challenges
- Method to request new certificate
- Task to renew expired certificates
Installation
Add this line to your application's Gemfile:
gem "rack-acme"
And then execute:
$ bundle
Or install it yourself as:
$ gem install rack-acme
Usage
TODO: Implement this
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/adam12/rack-acme.
I love pull requests! If you fork this project and modify it, please ping me to see if your changes can be incorporated back into this project.
That said, if your feature idea is nontrivial, you should probably open an issue to discuss it before attempting a pull request.
License
The gem is available as open source under the terms of the MIT License.