summaryrefslogtreecommitdiff
path: root/doc/source/man/openstack.rst
diff options
context:
space:
mode:
authorCedric Brandily <zzelle@gmail.com>2016-04-01 23:42:27 +0200
committerCedric Brandily <zzelle@gmail.com>2016-04-06 20:21:19 +0200
commit3a8320a1d73444b3bb823300e94c3e2ee85fd6ef (patch)
tree0a1411808f658233f91a2e68f8c5ffbb0d0c5ac7 /doc/source/man/openstack.rst
parenta1a470693e264e991b1dc9497512769bb8d510d8 (diff)
downloadpython-openstackclient-3a8320a1d73444b3bb823300e94c3e2ee85fd6ef.tar.gz
Support client certificate/key
This change enables to specify a client certificate/key with: * usual CLI options (--os-cert/--os-key) * usual environment variables ($OS_CERT/$OS_KEY) * os-client-config Change-Id: Ibeaaa5897ae37b37c1e91f3e47076e4e8e4a8ded Closes-Bug: #1565112
Diffstat (limited to 'doc/source/man/openstack.rst')
-rw-r--r--doc/source/man/openstack.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst
index f02705d8..a4be351a 100644
--- a/doc/source/man/openstack.rst
+++ b/doc/source/man/openstack.rst
@@ -114,6 +114,12 @@ OPTIONS
:option:`--verify` | :option:`--insecure`
Verify or ignore server certificate (default: verify)
+:option:`--os-cert` <certificate-file>
+ Client certificate bundle file
+
+:option:`--os-key` <key-file>
+ Client certificate key file
+
:option:`--os-identity-api-version` <identity-api-version>
Identity API version (Default: 2.0)
@@ -367,6 +373,12 @@ The following environment variables can be set to alter the behaviour of :progra
:envvar:`OS_CACERT`
CA certificate bundle file
+:envvar:`OS_CERT`
+ Client certificate bundle file
+
+:envvar:`OS_KEY`
+ Client certificate key file
+
:envvar:`OS_IDENTITY_API_VERSION`
Identity API version (Default: 2.0)