Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
* #33 expose final path.
  - [See](https://github.com/atomic-penguin/cookbook-certificate#readonly-attribute-example) for usage.
* #38 normalize dots to underscore in search_id
* #40 chefspec matcher deprecation
* Update travis config
  • Loading branch information
atomic-penguin committed Jan 23, 2015
1 parent 87f4588 commit ecd6330
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
certificate cookbook changelog
==============================

v0.7.0
------

* #33 expose final path of managed objects.
- [See](https://github.com/atomic-penguin/cookbook-certificate#readonly-attribute-example) for usage.
* #38 normalize dots to underscore in search_id
* #40 chefspec matcher deprecation
* Update travis config

v0.6.3
------

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ Into this:

Finally, you'll want to create the data bag object to contain your certs,
keys, and optionally your CA root chain bundle. The default recipe uses
the OHAI attribute *hostname* as a *search_id*, since the data bag id may not
contain dot characters used in the *fqdn* attribute.
the OHAI attribute *hostname* as a *search_id*. With version 0.7.0, and newer,
one can use an *fqdn* as the *search_id*, the library will normalize dots into
underscores.

The cookbook also contains an example *wildcard* recipe to use with wildcard
certificates (\*.example.com) certificates.
Expand Down

0 comments on commit ecd6330

Please sign in to comment.