Update keystone SSL configuration
The keystone client authentication options have moved to the [eventlet_server_ssl] section because they only apply when keystone-all is used rather than the WSGI service. Using keystone-all is deprecated. Change-Id: I07f87dff504fc580e6a4aed587ebec312607f5a0
This commit is contained in:
@@ -59,13 +59,15 @@
|
|||||||
example.</para>
|
example.</para>
|
||||||
</note>
|
</note>
|
||||||
<section xml:id="ssl-configuration">
|
<section xml:id="ssl-configuration">
|
||||||
<title>SSL configuration</title>
|
<title>Client authentication with keystone-all</title>
|
||||||
<para>To enable SSL with client authentication, modify the
|
<para>When running keystone-all, the server can be configured to
|
||||||
<literal>[ssl]</literal> section in the
|
enable SSL with client authentication using the following
|
||||||
|
instructions. Modify the
|
||||||
|
<literal>[eventlet_server_ssl]</literal> section in the
|
||||||
<filename>etc/keystone.conf</filename> file. The
|
<filename>etc/keystone.conf</filename> file. The
|
||||||
following SSL configuration example uses the included
|
following SSL configuration example uses the included
|
||||||
sample certificates:</para>
|
sample certificates:</para>
|
||||||
<programlisting language="ini">[ssl]
|
<programlisting language="ini">[eventlet_server_ssl]
|
||||||
enable = True
|
enable = True
|
||||||
certfile = <path to keystone.pem>
|
certfile = <path to keystone.pem>
|
||||||
keyfile = <path to keystonekey.pem>
|
keyfile = <path to keystonekey.pem>
|
||||||
@@ -96,5 +98,9 @@ cert_required = True</programlisting>
|
|||||||
client certificate. Default is False.</para>
|
client certificate. Default is False.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
<para>When running the Identity Service as a WSGI service in a web
|
||||||
|
server such as Apache httpd, this configuration is done in the web
|
||||||
|
server instead. In this case the options in the
|
||||||
|
<literal>[eventlet_server_ssl]</literal> section are ignored.</para>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user