diff --git a/source/index.rst b/source/index.rst index e93fed61..c3df03be 100644 --- a/source/index.rst +++ b/source/index.rst @@ -52,7 +52,6 @@ These are institutions who were early adopters or provided HPC resources for dev requirements installation - authentication installation/add-cluster-config how-tos/app-development/interactive/setup diff --git a/source/installation.rst b/source/installation.rst index 5d81ce10..bdc5586a 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -23,8 +23,9 @@ Sites may reconfigure their deployment to allow for plain text traffic see FIXME :numbered: 1 installation/install-software - installation/modify-system-security + authentication installation/add-ssl + installation/modify-system-security Building From Source -------------------- diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 068e5d69..f5ff0b47 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -142,8 +142,14 @@ Some operating systems use `Software Collections`_ to satisfy these. ---------------------- Now that Open OnDemand is installed and Apache is running, it should be serving -a public page telling you to come back here and setup authentication. If this -is the case - then you should :ref:`secure your apache ` then :ref:`add authentication `. +a public page telling you to come back here and setup authentication. + +If this is the case - then you need to :ref:`add authentication `. +The installation will not move forward with without adding authentication. + +After adding authentication, but before actually testing that it works, you should +:ref:`secure your apache `. This way you never send credentials over plain http. + You may also want to :ref:`enable SELinux `. If you're seeing the default apache page (Ubuntu users will) you will have to :ref:`debug virtualhosts `