
Remove deprecated CLIs. Story: 2010848 Task: 50153 Change-Id: Ia5e160d6bf80a3ae80b5cbf6a6a6a0c3365bd8b3 Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
1.2 KiB
1.2 KiB
Install a Trusted CA Certificate
A trusted certificate can be added to the 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.
Install a trusted certificate for OpenStack using the following command to override all OpenStack Helm Charts.
~(keystone_admin)$ system os-certificate-install -m ca certificate_file>
where
<certificate_file>
contains a single certificate to be trusted.Running the command again with a different certificate in the file will replace this openstack trusted certificate.
Apply the updated Helm chart overrides containing the certificate changes:
~(keystone_admin)$ system application-apply -openstack