Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sous-chefs/chef_ca
Development repository for the chef_ca cookbook
https://github.com/sous-chefs/chef_ca
chef chef-ca chef-cookbook chef-resource hacktoberfest managed-by-terraform
Last synced: about 1 month ago
JSON representation
Development repository for the chef_ca cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/chef_ca
- Owner: sous-chefs
- License: apache-2.0
- Created: 2020-07-13T20:13:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T01:14:30.000Z (11 months ago)
- Last Synced: 2024-04-14T04:18:52.733Z (8 months ago)
- Topics: chef, chef-ca, chef-cookbook, chef-resource, hacktoberfest, managed-by-terraform
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/chef_ca
- Size: 54.7 KB
- Stars: 1
- Watchers: 19
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.