Adds documentation on insecure_skip_tls_verify
This commit is contained in:
parent
b0e3128125
commit
6c3b74bfd3
|
@ -78,6 +78,10 @@ on Vagrant Cloud, as well as authentication and version information.
|
||||||
This is useful if you're using Vagrant Private Cloud in your own network.
|
This is useful if you're using Vagrant Private Cloud in your own network.
|
||||||
Defaults to `https://vagrantcloud.com/api/v1`
|
Defaults to `https://vagrantcloud.com/api/v1`
|
||||||
|
|
||||||
|
- `insecure_skip_tls_verify` (boolean) - If set to true *and* `vagrant_cloud_url`
|
||||||
|
is set to something different than its default, it will set TLS InsecureSkipVerify
|
||||||
|
to true. In other words, this will disable security checks of SSL.
|
||||||
|
|
||||||
- `version_description` (string) - Optionally markdown text used as a
|
- `version_description` (string) - Optionally markdown text used as a
|
||||||
full-length and in-depth description of the version, typically for denoting
|
full-length and in-depth description of the version, typically for denoting
|
||||||
changes introduced
|
changes introduced
|
||||||
|
|
Loading…
Reference in New Issue