diff --git a/doc/source/user/security/ssl-certificates.rst b/doc/source/user/security/ssl-certificates.rst index 58a0928fb7..4ec84e2147 100644 --- a/doc/source/user/security/ssl-certificates.rst +++ b/doc/source/user/security/ssl-certificates.rst @@ -29,6 +29,14 @@ manage and install self-signed and user provided certificates. .. _ansible_role_pki: https://opendev.org/openstack/ansible-role-pki +.. note:: + + The openstack-ansible example configurations are designed to be minimal + examples and in test or development use-cases will set ``external_lb_vip_address`` + to the IP address of the haproxy external endpoint. For a production + deployment it is advised to set ``external_lb_vip_address`` to be + the FQDN which resolves via DNS to the IP of the external endpoint. + Self-signed certificates ~~~~~~~~~~~~~~~~~~~~~~~~