Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-05-20 20:51:21 -07:00
parent 07dbe40e98
commit 6fd1c05045
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ FEATURES:
IMPROVEMENTS:
- core: A CA path can be specified in the Vagrantfile, not just
a file, when using a custom CA. [GH-3848]
- commands/box/add: `--capath` flag added for custom CA path. [GH-3848]
- commands/halt: Halt in reverse order of up, like destroy. [GH-3790]
- hosts/linux: Uses rdesktop to RDP into machines if available. [GH-3845]
- provisioners/salt: Works on Windows guests. [GH-3825]

View File

@ -51,7 +51,7 @@ after the initial download.
* `--cacert CERTFILE` - The certificate for the CA used to verify the peer.
This should be used if the remote end doesn't use a standard root CA.
* `--capath CERTDIR` - The certificate directoryt for the CA used to verify the peer.
* `--capath CERTDIR` - The certificate directory for the CA used to verify the peer.
This should be used if the remote end doesn't use a standard root CA.
* `--cert CERTFILE` - A client certificate to use when downloading the box, if