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

chef_ca (12) Versions 1.0.0

Adds a certificate bundle to the chef or chefdk cacert file

Policyfile
Berkshelf
Knife
cookbook 'chef_ca', '= 1.0.0', :supermarket
cookbook 'chef_ca', '= 1.0.0'
knife supermarket install chef_ca
knife supermarket download chef_ca
README
Dependencies
Changelog
Quality -%

chef_ca cookbook

Chef client code uses a private list of certificate authority credentials.
This cookbook will add a supplied bundle to the chef cacert.pem file.

Resource

chef_ca

Actions

  • set - adds the credentials to the cacert.pem file

Properties

  • chef_type - chef client or chefdk. Allowed values are :chef for :chefdk

  • ca_bundle - cer (X.509, base 64 encode) format bundle to add

  • cacert_path - path to the cacert file to be modified

Processing

Use the os type and software type to find the cacert.pem file.
Add the bundle to that file. Currently supports windows, linux and mac servers.

Style

Use cookstyle for ruby linting.
Use foodcritic for cookbook checking.

Change log for chef_ca

1.0.0 - 2021-05-20

  • Chef 17 Compatibility
  • Chef version >= 15.3

0.1.0

  • Initial version

No quality metric results found