Merge "Update the ssl config"

This commit is contained in:
Zuul 2022-01-17 03:57:17 +00:00 committed by Gerrit Code Review
commit 31d424471c
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ Take a look at the appSettings section:
<add key="rabbitmq.allowInvalidCA" value="true"/> <add key="rabbitmq.allowInvalidCA" value="true"/>
<add key="rabbitmq.sslServerName" value=""/> <add key="rabbitmq.sslServerName" value=""/>
</appSettings> </appSettings>
The desired parameter should be set directly to the value of the key that The desired parameter should be set directly to the value of the key that
@ -146,4 +146,4 @@ SSL for Murano Dashboard
If you are not going to use self-signed certificates, additional If you are not going to use self-signed certificates, additional
configuration does not need to be done. Just prefix https in the URL. configuration does not need to be done. Just prefix https in the URL.
Otherwise, set *MURANO_API_INSECURE = True* in Horizon's config file. You can Otherwise, set *MURANO_API_INSECURE = True* in Horizon's config file. You can
find it in ``/etc/openstack-dashboard/local_settings.py.``. find it in ``/etc/openstack-dashboard/local_settings.py``.