website: updating documentation

This commit is contained in:
Armon Dadgar 2015-11-25 12:23:56 -08:00
parent 5c085d3718
commit 6022e81be0

View file

@ -178,7 +178,7 @@ For S3, the following options are supported:
* `session_token` - (optional) The AWS session token. It can also be sourced from the `AWS_SESSION_TOKEN` environment variable.
* `endpoint` - (optional) An alternative (AWS compatible) S3 endpoint to use. It can also be sourced from the `AWS_S3_ENDPOINT` environment variable.
* `endpoint` - (optional) An alternative (AWS compatible) S3 endpoint to use. It can also be sourced from the `AWS_S3_ENDPOINT` environment variable.
* `region` (optional) - The AWS region. It can be sourced from the `AWS_DEFAULT_REGION` environment variable and will default to "us-east-1" if not specified.
@ -228,8 +228,10 @@ The supported options are:
* `address` (optional) - The address to bind to for listening. This
defaults to "127.0.0.1:8200".
* `tls_disable` (optional) - If non-empty, then TLS will be disabled.
This is an opt-in; Vault assumes by default that TLS will be used.
* `tls_disable` (optional) - If true, then TLS will be disabled.
This will parse as boolean value, and can be set to "0", "no",
"false", "1", "yes", or "true". This is an opt-in; Vault assumes
by default that TLS will be used.
* `tls_cert_file` (required unless disabled) - The path to the certificate
for TLS.