From 31439effe6b24d2a93259b992e561edeae0b2366 Mon Sep 17 00:00:00 2001 From: zhurong Date: Mon, 17 Jan 2022 03:21:42 +0000 Subject: [PATCH] Update the ssl config Change-Id: I3ab30ebb21b52b71e711dc7bcfb498502100eae3 --- doc/source/install/enable-ssl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/enable-ssl.rst b/doc/source/install/enable-ssl.rst index f46eb6cb2..caa01c9d9 100644 --- a/doc/source/install/enable-ssl.rst +++ b/doc/source/install/enable-ssl.rst @@ -127,7 +127,7 @@ Take a look at the appSettings section: - + 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 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 -find it in ``/etc/openstack-dashboard/local_settings.py.``. +find it in ``/etc/openstack-dashboard/local_settings.py``.