Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

certbot (4) Versions 0.1.0

Installs/Configures certbot

Policyfile
Berkshelf
Knife
cookbook 'certbot', '= 0.1.0', :supermarket
cookbook 'certbot', '= 0.1.0'
knife supermarket install certbot
knife supermarket download certbot
README
Dependencies
Changelog
Quality 50%

certbot

Usage

The certbot cookbook manages SSL certificate generation and renewal within projects.

Remove any SSLs which are stored within data bags.

Add the following to the project's Berksfile:

cookbook 'certbot', '~> 0.1.0'

Add the cookbook to the run list:

"run_list": {
  "recipe[certbot]"
}

Finally create a custom recipe, such as this:

certbot_certonly_webroot 'something' do
   webroot_path '/var/www/certbot'
   email 'devops@example.com'
   domains ['domain1.com', 'domain2.com']
   agree_tos true
end

You will need the cookbook which contains the recipe to depend on it in its metadata.rb to be able to use the resource:

depends 'certbot', '~> 0.1.0'

License and Authors

  • Author:: Andy Thompson
  • Author:: Felicity Ratcliffe
Copyright:: 2016 The Inviqa Group Ltd

See LICENSE file

0.1.0 (unreleased)

  • Initial release

Collaborator Number Metric
            

0.1.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.1.0 passed this metric