
re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
2.7 KiB
2.7 KiB
Configuration option = Default value | Description |
---|---|
[crypto] | |
|
(String) Filename of root CA (Certificate Authority). This is a container format and includes root certificates. Possible values:
Related options:
|
|
(String) Directory path where root CA is located. Related options:
|
|
(String) Filename of root Certificate Revocation List (CRL). This is a list of certificates that have been revoked, and therefore, entities presenting those (revoked) certificates should no longer be trusted. Related options:
|
|
(String) Filename of a private key. Related options:
|
|
(String) Directory path where keys are located. Related options:
|
project_cert_subject =
/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=project-ca-%.16s-%s |
(String) Subject for certificate for projects, %s for project, timestamp |
use_project_ca = False |
(Boolean) Option to enable/disable use of CA for each project. |
user_cert_subject =
/C=US/ST=California/O=OpenStack/OU=NovaDev/CN=%.16s-%.16s-%s |
(String) Subject for certificate for users, %s for project, user, timestamp |
[ssl] | |
ca_file = None |
(String) CA certificate file to use to verify connecting clients. |
cert_file = None |
(String) Certificate file to use when starting the server securely. |
ciphers = None |
(String) Sets the list of available ciphers. value should be a string in the OpenSSL cipher list format. |
key_file = None |
(String) Private key file to use when starting the server securely. |
version = None |
(String) SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some distributions. |