Minor fixes in SSL configuration chapter
Change-Id: Iefb600ad3571bb98636fe398871e3dfd806dc528
This commit is contained in:
@@ -534,7 +534,7 @@ service murano-api start
|
|||||||
<para>
|
<para>
|
||||||
SSL for Murano API service
|
SSL for Murano API service
|
||||||
can be enabled in <emphasis>ssl</emphasis> section in
|
can be enabled in <emphasis>ssl</emphasis> section in
|
||||||
<emphasis>/etc/murano-api.conf</emphasis>. The use of SSL is
|
<emphasis>/etc/murano-api/murano-api.conf</emphasis>. The use of SSL is
|
||||||
automatically implemented by using a URL starting with HTTPS instead of HTTP.
|
automatically implemented by using a URL starting with HTTPS instead of HTTP.
|
||||||
SSL configuration example using the included sample certificates:
|
SSL configuration example using the included sample certificates:
|
||||||
</para>
|
</para>
|
||||||
@@ -589,7 +589,7 @@ service murano-api start
|
|||||||
<section>
|
<section>
|
||||||
<title>Murano API -> Rabbit MQ exchange</title>
|
<title>Murano API -> Rabbit MQ exchange</title>
|
||||||
<para>
|
<para>
|
||||||
Edit <emphasis>rabbitmq</emphasis> section in <emphasis>/etc/murano-api.conf</emphasis>
|
Edit <emphasis>rabbitmq</emphasis> section in <emphasis>/etc/murano-api/murano-api.conf</emphasis>
|
||||||
and set ssl option to True to enable SSL. Specify the path to the
|
and set ssl option to True to enable SSL. Specify the path to the
|
||||||
SSL CA certificate in regular format: /path/to/file without quotes or leave it empty to allow
|
SSL CA certificate in regular format: /path/to/file without quotes or leave it empty to allow
|
||||||
self-signed certificates.
|
self-signed certificates.
|
||||||
@@ -611,7 +611,7 @@ service murano-api start
|
|||||||
<para>
|
<para>
|
||||||
Open <emphasis>/etc/murano-conductor/conductor.conf</emphasis>
|
Open <emphasis>/etc/murano-conductor/conductor.conf</emphasis>
|
||||||
and configure <emphasis>rabbitmq</emphasis> section in the same way:
|
and configure <emphasis>rabbitmq</emphasis> section in the same way:
|
||||||
Enable ssl option to True and set CA certificate path or leave it empty to allow
|
enable ssl option to True and set CA certificate path or leave it empty to allow
|
||||||
self-signed certificates.
|
self-signed certificates.
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
@@ -631,7 +631,7 @@ service murano-api start
|
|||||||
<para>
|
<para>
|
||||||
By default all Murano Conductor configuration settings apply to Murano Agent.
|
By default all Murano Conductor configuration settings apply to Murano Agent.
|
||||||
If you want to configure Murano Agent in a different way change the default template. It can be found
|
If you want to configure Murano Agent in a different way change the default template. It can be found
|
||||||
here:<emphasis>/murano-conductor/data/templates/agent-config/Default.template.</emphasis>
|
here:<emphasis>/etc/murano-conductor/data/templates/agent-config/Default.template.</emphasis>
|
||||||
Take a look at appSettings section:
|
Take a look at appSettings section:
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
|||||||
Reference in New Issue
Block a user