diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9588154f1c..2986e167b9 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -34,12 +34,6 @@ via SAML federation. .. _Domain-specific Configuration: admin/identity-domain-specific-config.html .. support_matrix:: identity-support-matrix.ini -SSL -=== - -A secure deployment should have keystone running in a web server (such as -Apache httpd), or behind an SSL terminator. - Limiting list return size ========================= diff --git a/doc/source/install/keystone-install-obs.rst b/doc/source/install/keystone-install-obs.rst index 7f14f42fa4..a2baa1d4c1 100644 --- a/doc/source/install/keystone-install-obs.rst +++ b/doc/source/install/keystone-install-obs.rst @@ -197,6 +197,12 @@ Configure the Apache HTTP server .. end +SSL +^^^ + +A secure deployment should have the web server configured to use SSL or running +behind an SSL terminator. + Finalize the installation ------------------------- diff --git a/doc/source/install/keystone-install-rdo.rst b/doc/source/install/keystone-install-rdo.rst index 1b87fe3f9c..a477cfd08b 100644 --- a/doc/source/install/keystone-install-rdo.rst +++ b/doc/source/install/keystone-install-rdo.rst @@ -161,6 +161,13 @@ Configure the Apache HTTP server .. end +SSL +^^^ + +A secure deployment should have the web server configured to use SSL or running +behind an SSL terminator. + + Finalize the installation ------------------------- diff --git a/doc/source/install/keystone-install-ubuntu.rst b/doc/source/install/keystone-install-ubuntu.rst index 09ec16dfa7..d434d10bec 100644 --- a/doc/source/install/keystone-install-ubuntu.rst +++ b/doc/source/install/keystone-install-ubuntu.rst @@ -157,6 +157,12 @@ Configure the Apache HTTP server .. end +SSL +^^^ + +A secure deployment should have the web server configured to use SSL or running +behind an SSL terminator. + Finalize the installation -------------------------