
Changes required to support downstream openstack reuse. Resolved merge conflict. security/openstack/index adjustment. Patchset 3 updates. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I981379d1dedcc2649a6035a0302ef8a838c35433 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
36 lines
1.2 KiB
ReStructuredText
36 lines
1.2 KiB
ReStructuredText
|
|
.. fak1590002084693
|
|
.. _install-a-trusted-ca-certificate:
|
|
|
|
================================
|
|
Install a Trusted CA Certificate
|
|
================================
|
|
|
|
A trusted |CA| certificate can be added to the |prod-os| service containers
|
|
such that the containerized OpenStack services can validate certificates of
|
|
far-end systems connecting or being connected to over HTTPS. This is commonly
|
|
done to enable certificate validation of clients connecting to OpenStack
|
|
service REST API endpoints.
|
|
|
|
.. rubric:: |proc|
|
|
|
|
.. _install-a-trusted-ca-certificate-steps-unordered-am5-xgt-vlb:
|
|
|
|
#. Install a trusted |CA| certificate for OpenStack using the following
|
|
command to override all OpenStack Helm Charts.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)$ system certificate-install -m openstack_ca <certificate_file>
|
|
|
|
where ``<certificate_file>`` contains a single |CA| certificate to be trusted.
|
|
|
|
Running the command again with a different |CA| certificate in the file
|
|
will *replace* this openstack trusted |CA| certificate.
|
|
|
|
#. Apply the updated Helm chart overrides containing the certificate changes:
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)$ system application-apply wr-openstack
|