From 8e20caae8c0ea68178f830c61a04f6bf79c1b627 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Oct 2014 21:25:32 -0700 Subject: [PATCH] website/docs: doc ca_cert settings [GH-4528] --- .../source/v2/vagrantfile/machine_settings.html.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index cfcca719b..f66efe901 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -56,6 +56,17 @@ certificate is used to download the box.
+`config.vm.box_download_ca_cert` - Path to a CA cert bundle to use when +downloading a box directly. By default, Vagrant will use the Mozilla CA cert +bundle. + +
+ +`config.vm.box_download_ca_path` - Path to a directory containing +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.