From 6c3b74bfd39542c6d6862d76d397724bf2b2de80 Mon Sep 17 00:00:00 2001 From: Davi Vidal Date: Wed, 6 Mar 2019 11:13:25 +0100 Subject: [PATCH] Adds documentation on insecure_skip_tls_verify --- website/source/docs/post-processors/vagrant-cloud.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.md b/website/source/docs/post-processors/vagrant-cloud.html.md index 7d24c9b87..499e51530 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.md +++ b/website/source/docs/post-processors/vagrant-cloud.html.md @@ -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. 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 full-length and in-depth description of the version, typically for denoting changes introduced