Update CHANGELOG
This commit is contained in:
parent
07dbe40e98
commit
6fd1c05045
|
@ -7,6 +7,9 @@ FEATURES:
|
||||||
|
|
||||||
IMPROVEMENTS:
|
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]
|
- commands/halt: Halt in reverse order of up, like destroy. [GH-3790]
|
||||||
- hosts/linux: Uses rdesktop to RDP into machines if available. [GH-3845]
|
- hosts/linux: Uses rdesktop to RDP into machines if available. [GH-3845]
|
||||||
- provisioners/salt: Works on Windows guests. [GH-3825]
|
- provisioners/salt: Works on Windows guests. [GH-3825]
|
||||||
|
|
|
@ -51,7 +51,7 @@ after the initial download.
|
||||||
* `--cacert CERTFILE` - The certificate for the CA used to verify the peer.
|
* `--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.
|
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.
|
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
|
* `--cert CERTFILE` - A client certificate to use when downloading the box, if
|
||||||
|
|
Loading…
Reference in New Issue