Skip to content

Add tip on staged SSL certificate installation #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions source/operations_and_monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ reach the |project_name| OpenStack APIs:

openstack# openssl s_client -connect |public_endpoint_fqdn|:443 2> /dev/null | openssl x509 -noout -dates

*NOTE*: Prometheus Blackbox monitoring can check certificates automatically
and alert when expiry is approaching.
.. note::

Prometheus Blackbox monitoring can check certificates automatically
and alert when expiry is approaching.

To update an existing certificate, for example when it has reached expiration,
change the value of ``secrets_kolla_external_tls_cert``, in the same order as
Expand All @@ -184,6 +186,14 @@ above. Run the following command:

kayobe# kayobe overcloud service reconfigure --kolla-tags haproxy

.. note::

Test the installation of an updated certificate by running

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work on a backup HAProxy? If so should we recommend using one?

the reconfigure command with a ``--kolla-limit`` of one of the hosts
where HAProxy is deployed. This will detect if the certificate is
not validated by HAProxy, without stopping HAProxy services on all
hosts.

.. _taking-a-hypervisor-out-of-service:

Taking a Hypervisor out of Service
Expand Down
Loading