Update curl download options docs
This commit is contained in:
parent
9f9d2fdfcb
commit
30fd6a32a2
@ -76,7 +76,9 @@ the name of the synced folder plugin.
|
||||
to pass to the downloader. For example, a path to a key that the downloader
|
||||
should use could be specified as `{key: "<path/to/key>"}`. The keys should
|
||||
be options supported by `curl` using the unshortened form of the flag. For
|
||||
example, use `append` instead of `a`.
|
||||
example, use `append` instead of `a`. To pass a curl option that does not
|
||||
accept a value, include the option in the map with the value `true`. For
|
||||
example specify the `--fail` flag as `{fail: true}`.
|
||||
|
||||
- `config.vm.box_download_insecure` (boolean) - If true, then SSL certificates
|
||||
from the server will not be verified. By default, if the URL is an HTTPS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user