Skip to content

Commit

Permalink
Improve chain_name parameter requirement documentation (fixes #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Apr 14, 2016
1 parent 7d8e001 commit 5fa744a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ When a namespace is set in the resource, it will try to read the following attri
| `namespace['ssl_cert']['secret_file']` | Secret file used to decrypt the Data Bag where the SSL cert is stored.
| `namespace['ssl_cert']['content']` | SSL cert content used when reading from attributes.
| `namespace['ssl_cert']['subject_alternate_names']` | An array of Subject Alternate Names for the SSL cert. Needed if your site has multiple domain names on the same cert.
| `namespace['ssl_chain']['name']` | File name to be used for the intermediate certificate chain file. *If this is not present, no chain file will be written.*
| `namespace['ssl_chain']['name']` | File name to be used for the intermediate certificate chain file. **If this is not present, no chain file will be written.**
| `namespace['ssl_chain']['source']` | Source type to get the intermediate certificate chain from. Can be `'attribute'`, `'data-bag'`, `'chef-vault'` or `'file'`.
| `namespace['ssl_chain']['path']` | File path of the intermediate SSL certificate chain.
| `namespace['ssl_chain']['bag']` | Name of the Data Bag where the intermediate certificate chain is stored.
Expand Down Expand Up @@ -760,7 +760,7 @@ By default the resource will create a self-signed certificate, but a custom one
| cert_content | *calculated* | SSL cert file content in clear.
| subject_alternate_names | `nil` | Subject Alternate Names for the cert.
| chain_path | *calculated* | Intermediate certificate chain full path.
| chain_name | `nil` | File name of intermediate certificate chain file.
| chain_name | `nil` | File name of intermediate certificate chain file. **If this is not present, no chain file will be written.**
| chain_dir | *calculated* | Intermediate certificate chain directory path.
| chain_source | `nil` | Source type to get the intermediate certificate chain from. Can be `'attribute'`, `'data-bag'`, `'chef-vault'` or `'file'`.
| chain_bag | *calculated* | Name of the Data Bag where the intermediate certificate chain is stored.
Expand Down

0 comments on commit 5fa744a

Please sign in to comment.