diff options
author | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:35:36 -0800 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:40:55 -0800 |
commit | 7e09fa58fc039d5aabdb4f041c03668797479093 (patch) | |
tree | 90481a29fc0fb154c4df252ebe75077c8acaf416 /DOC_CHANGES.md | |
parent | b9e91171f6bd4ac55d62c6b9b72838fa89a1330e (diff) | |
download | chef-7e09fa58fc039d5aabdb4f041c03668797479093.tar.gz |
Suppress SSL warnings if I know what I'm doing
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 7429baca2a..55b56ac407 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -35,3 +35,6 @@ The `--audit-mode` flag should be a link to the documentation for that flag This probably only needs to be a bullet point added to http://docs.getchef.com/nodes.html#about-why-run-mode under the `certain assumptions` section + +## Suppress SSL Warnings +There is now a `suppress_ssl_warnings` config to suppress the SSL warnings. |