Itamae::Plugin::Recipe::Letsencrypt

This gem is itamae plugin.
Get certificate of domain from Let's Encrypt

Installation

Add this line to your application's Gemfile:

gem 'itamae-plugin-recipe-letsencrypt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install itamae-plugin-recipe-letsencrypt

Support

  • Debian GNU/Linux 8 (jessie)

I have not confirmed it in other environments yet
I will check in turn

Usage

Recipe

include_recipe "letsencrypt::get"

Node

itamae -y node.yml

# node.yml
letsencrypt:
  certbot_auto_path: /usr/bin/certbot-auto
  email: [email protected]
  cron_user: root
  cron_file_path: /etc/cron.d/itamae-letsencrypt
  cron_configuration: true
  domains:
    - test.example.com
    - test2.example.com

Contributing

  1. Fork it ( https://github.com/hatappi/itamae-plugin-recipe-letsencrypt/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

The gem is available as open source under the terms of the MIT License.