README.md in berkshelf-1.4.0 vs README.md in berkshelf-1.4.1

- old
+ new

@@ -35,9 +35,29 @@ And make sure you have this in your bash/zsh profile: [ -f `brew --prefix`/etc/bash_completion ] && source `brew --prefix`/etc/bash_completion +Plugins +------- +Please see [Plugins page](https://github.com/RiotGames/berkshelf/blob/master/PLUGINS.md) for more information. + +SSL Errors +---------- + +If you have trouble getting Berkshelf to successfully talk to an SSL Chef server, you can try making sure you +have a certificate bundle available to your shell. `export SSL_CERT_FILE=...path/to/cert/file...` + +If you need to disable SSL, you can in `~/.berkshelf/config.json` like so: + +``` +{ + "ssl": { + "verify": false + } +} +``` + Authors ------- - Jamie Winsor (<reset@riotgames.com>) - Josiah Kiehl (<jkiehl@riotgames.com>) - Michael Ivey (<michael.ivey@riotgames.com>)