diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-06 21:42:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-06 21:42:56 +0000 |
| commit | 0edab95fd1989dcc06a166a820b115a75dd17d54 (patch) | |
| tree | 6e55a53c968ad2b1039cd7a695cdf23bc1805f22 /doc | |
| parent | 7767e5dcf73004db216be34ff2c22a9d920f4fc3 (diff) | |
| parent | 3a8320a1d73444b3bb823300e94c3e2ee85fd6ef (diff) | |
| download | python-openstackclient-0edab95fd1989dcc06a166a820b115a75dd17d54.tar.gz | |
Merge "Support client certificate/key"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/man/openstack.rst | 12 |
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) |
