Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed May 21, 2014
1 parent 07dbe40 commit 6fd1c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion website/docs/source/v2/cli/box.html.md
Expand Up @@ -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
Expand Down

0 comments on commit 6fd1c05

Please sign in to comment.