Skip to content

Commit

Permalink
Document how to provide a CA with OpenStack provider
Browse files Browse the repository at this point in the history
This patch fixes hashicorp#6237 by documenting how to provide a custom CA with
OpenStack provider:
 * Using OS_CACERT environment variable, if available
 * Using cacert_file provider parameter, if configured
  • Loading branch information
ZZelle committed Apr 19, 2016
1 parent f2fef25 commit 43e27b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/providers/openstack/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ The following arguments are supported:
* `insecure` - (Optional) Explicitly allow the provider to perform
"insecure" SSL requests. If omitted, default value is `false`

* cacert_file - (Optional) Specify custom CA certificate file to check server
certificate. If omitted, the `OS_CACERT` environment variable is used. This
option has no effects if insecure == true.

* `endpoint_type` - (Optional) Specify which type of endpoint to use from the
service catalog. It can be set using the OS_ENDPOINT_TYPE environment
variable. If not set, public endpoints is used.
Expand Down

0 comments on commit 43e27b3

Please sign in to comment.