website/docs: doc ca_cert settings [GH-4528]

This commit is contained in:
Mitchell Hashimoto 2014-10-22 21:25:32 -07:00
parent 83305bcbed
commit 8e20caae8c
1 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,17 @@ certificate is used to download the box.
<hr> <hr>
`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.
<hr>
`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..
<hr>
`config.vm.box_download_insecure` - If true, then SSL certificates `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 from the server will not be verified. By default, if the URL is an HTTPS
URL, then SSL certs will be verified. URL, then SSL certs will be verified.