This file is used to list changes made in each version of cacert.
- Fix errors to ensure compatibility with Chef-13
-
Rename the
hash
attribute tocert_hash
(used by thecacert
(default) andcacert_hash
provider).This change is a workaround, as Chef-12.16.42 apparently fails with a hard to track down error message if an attribute is named
hash
. See this Github issue for details.
- Add support for checksums
- Check whether hashes match when it's provided
- Do not use https when fetching cacert.org certificates
- cacert.org recipe now also installs cacert.org class 3 PKI
- Add default recipe, that installs certificates according to attributes
- Initial release of cacert