cookbook 'trusted_certificate', '= 3.2.0'
trusted_certificate
(28) Versions
3.2.0
-
Follow2
Manages adding certificates to the OS trust store
cookbook 'trusted_certificate', '= 3.2.0', :supermarket
knife supermarket install trusted_certificate
knife supermarket download trusted_certificate
trusted_certificate cookbook
This cookbook provides a trusted_certificate
resource to manage adding SSL/TLS certificates to the operating system's trust store.
Requirements
Platforms
- Debian/Ubuntu
- RHEL 6+
Chef
- Chef 12.7+
Cookbooks
- none
Recipes
default
Installs the ca-certificates
package that provides the certificate trust mechanism.
Resources
trusted_certificate
Adds a certificate to the operating system's trust store.
properties
-
content
: The contents of the cert to add -
certificate_name
: The filename of the cert
actions
create
delete
example
trusted_certificate 'my_corp' do action :create content 'THIS_WOULD_BE_THE_WHOLE_CERT_CONTENTS' end
trusted_certificate 'my_corp' do action :delete end
Testing
This cookbook has the following ChefSpec custom matcher defined:
- create_trusted_certificate
License & Authors
Author: Cookbook Engineering Team (cookbooks@chef.io)
Copyright: 2008-2016, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
trusted_certificate Cookbook CHANGELOG
This file is used to list changes made in each version of the trusted_certificate cookbook.
3.2.0 (2018-04-06)
- Added a new :delete action
- Removed Chefspec matchers that are now autogenerated by Chefspec
3.1.1 (2017-06-28)
- Avoid deprecation warning in the Chefspecs
- Remove unnecessary required on the name property
- Remove the converge_by that's causing converges on every run
3.1.0 (2017-05-30)
- name_attribute -> name_property in the custom resource
- Remove class_eval usage and require Chef 12.7+ to resolve failures on later Chef 12 releases
3.0.1 (2017-03-21)
- Test with Local Delivery instead of Rake
- Fix method missing errors on older Chef clients
3.0.0 (2017-02-15)
- Require Chef 12.5+ and remove compat_resource
2.0.0 (2017-01-04)
- Convert the LWRP to a custom resource
- Add support for opensuse
1.0.1 (2017-01-03)
- Remove Chef 11 compatibility in metadata
- Fix typo in the matcher name
1.0.0 (2016-08-31)
- Add RHEL support
- Add Chefspec matcher
- Add chef_version metadata
- Change maintainer to Cookbook Team
- Fix badge URLs
- Document the provider in the readme
- Add matchers to the readme
- Add test cookbook and test the actual provider in Travis
v0.1.0
- Initial release
Collaborator Number Metric
3.2.0 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
3.2.0 passed this metric
Foodcritic Metric
3.2.0 passed this metric
No Binaries Metric
3.2.0 passed this metric
Testing File Metric
3.2.0 passed this metric
Version Tag Metric
3.2.0 passed this metric
3.2.0 failed this metric
3.2.0 passed this metric
Foodcritic Metric
3.2.0 passed this metric
No Binaries Metric
3.2.0 passed this metric
Testing File Metric
3.2.0 passed this metric
Version Tag Metric
3.2.0 passed this metric
3.2.0 passed this metric
3.2.0 passed this metric
Testing File Metric
3.2.0 passed this metric
Version Tag Metric
3.2.0 passed this metric
3.2.0 passed this metric
3.2.0 passed this metric