Skip to content

Commit

Permalink
rephrase to improve understanding
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Sep 18, 2024
1 parent b7db18c commit ff02dda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guides/configuration-guide/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ hosts_additional_entries:
## TLS certificates
:::warning
To avoid unnecessary additional work and problems, it is recommended to configure TLS with the intended target configuration during the initial rollout.
To avoid unnecessary additional work and problems, it is recommended that you configure TLS with the intended target
configuration of the specific environment during the initial rollout process.
:::
Changes to TLS configurations, for example, result in new URLs (with and without https prefix) that are stored in the Openstack databases,
for example, and in the case of self-signed certificates, the CA certificate must be distributed to the involved clients.
For example: Changes to the configuration of TLS or the fully qualified domain names (FQDNs) will result in new URLs (with and without the https prefix)
stored in the Openstack databases, and in the case of self-signed certificates, the CA certificate must be distributed to all participating clients.
As a result, the Ansible Plays involved must be executed in the correct order in the event of
a subsequent change, not all Ansible Plays can handle all potential configuration transitions
in a simple way. Therefore manual adjustments must be made in the systems in some cases.
As a result, the involved Ansible Plays must at least be executed in the correct order, and not all Ansible Plays can handle all possible configuration transitions on their own.
Therefore, in some cases, manual adjustments must be made to the systems.
For this reason, we recommend defining domains, obtaining certificates and carrying out configurations in advance.
For this reason, we recommend that you define domains, obtain certificates, and perform configurations in advance.
## General procedure
Expand Down

0 comments on commit ff02dda

Please sign in to comment.