Improves insecure_skip_tls_verify doc, expliciting an use case

This commit is contained in:
Davi Vidal 2019-03-06 21:38:57 +01:00
parent 6c3b74bfd3
commit e3618bdedf
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ on Vagrant Cloud, as well as authentication and version information.
- `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.
to true. In other words, this will disable security checks of SSL. You may need
to set this option to true if your host at vagrant_cloud_url is using a
self-signed certificate.
- `version_description` (string) - Optionally markdown text used as a
full-length and in-depth description of the version, typically for denoting