Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.7 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.7 KB

cacert

Chef cookbook that downloads and updates a cacert.pem file and sets the SSL_CERT_FILE environment variable.

Requirements

Platform

  • Linux
  • Windows

Updating

The cacert.pem file contains a list of public root CA certificates. It is used by the OpenSSL library to validate SSL connections. The file must be kept up to date in order to ensure communication is possible with all public secure sites.

New versions of cacert.pem can be obtained from the official curl homepage. The curl maintainers ask that their site not be used as a primary download server. As such, we mirror date stamped copies of cacert.pem in the cacert-local repo in Artifactory.

To update the cacert.pem file installed by this cookbook:

Contributing

  1. Fork the repository on GitHub.
  2. Create a named feature branch. (i.e. add-new-module)
  3. Write your change.
  4. Write tests for your change, if applicable.
  5. Run the tests, ensuring they all pass.
  6. Submit a pull request.

License and Authors

Author:: Changepoint Engineering (cpc_sea_teamengineering@changepoint.com)