diff --git a/website/source/docs/vagrantfile/machine_settings.html.md b/website/source/docs/vagrantfile/machine_settings.html.md index 81478669e..6a6e1d078 100644 --- a/website/source/docs/vagrantfile/machine_settings.html.md +++ b/website/source/docs/vagrantfile/machine_settings.html.md @@ -74,6 +74,7 @@ CA certificates for downloading a box directly. By default, Vagrant will use the Mozilla CA cert bundle.
+ `config.vm.box_download_insecure` - If true, then SSL certificates from the server will not be verified. By default, if the URL is an HTTPS URL, then SSL certs will be verified.