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
- Fork it ( https://github.com/hatappi/itamae-plugin-recipe-letsencrypt/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
License
The gem is available as open source under the terms of the MIT License.