55167764ae
re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
61 lines
2.1 KiB
ReStructuredText
61 lines
2.1 KiB
ReStructuredText
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _glance-ca:
|
|
|
|
.. list-table:: Description of CA and SSL configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``ca_file`` = ``/etc/ssl/cafile``
|
|
- (String) Absolute path to the CA file.
|
|
|
|
Provide a string value representing a valid absolute path to the Certificate Authority file to use for client authentication.
|
|
|
|
A CA file typically contains necessary trusted certificates to use for the client authentication. This is essential to ensure that a secure connection is established to the server via the internet.
|
|
|
|
Possible values:
|
|
|
|
* Valid absolute path to the CA file
|
|
|
|
Related options:
|
|
|
|
* None
|
|
* - ``cert_file`` = ``/etc/ssl/certs``
|
|
- (String) Absolute path to the certificate file.
|
|
|
|
Provide a string value representing a valid absolute path to the certificate file which is required to start the API service securely.
|
|
|
|
A certificate file typically is a public key container and includes the server's public key, server name, server information and the signature which was a result of the verification process using the CA certificate. This is required for a secure connection establishment.
|
|
|
|
Possible values:
|
|
|
|
* Valid absolute path to the certificate file
|
|
|
|
Related options:
|
|
|
|
* None
|
|
* - ``key_file`` = ``/etc/ssl/key/key-file.pem``
|
|
- (String) Absolute path to a private key file.
|
|
|
|
Provide a string value representing a valid absolute path to a private key file which is required to establish the client-server connection.
|
|
|
|
Possible values:
|
|
|
|
* Absolute path to the private key file
|
|
|
|
Related options:
|
|
|
|
* None
|