Clarify how to set SSL settings

This change adds an example in order to clarif how to SSL settings in
configuration files.

Change-Id: Id047f21d0a51752f46b16e3f4efbfec62cfbd5fb
This commit is contained in:
Cedric Brandily 2016-10-18 22:20:00 +02:00 committed by Monty Taylor
parent 47068d0abb
commit 422ad9ccdb
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 13 additions and 0 deletions

View File

@ -185,6 +185,19 @@ Client certs are also configurable. `cert` will be the client cert file
location. In case the cert key is not included within the client cert file, location. In case the cert key is not included within the client cert file,
its file location needs to be set via `key`. its file location needs to be set via `key`.
.. code-block:: yaml
# clouds.yaml
clouds:
secure:
auth: ...
key: /home/myhome/client-cert.key
cert: /home/myhome/client-cert.crt
cacert: /home/myhome/ca.crt
insecure:
auth: ...
verify: False
Cache Settings Cache Settings
-------------- --------------