doc: remove old mod_ssl instructions from server howto

RHEL 7 has httpd 2.4, so anything older than that is not relevant any
more.
This commit is contained in:
Ken Dreyer 2021-07-20 15:56:20 -04:00 committed by Tomas Kopecek
parent efe1aa0416
commit 3bba899053

View file

@ -796,28 +796,11 @@ services configurations.
If using SSL auth, these settings need to be valid and inline with other
services configurations for kojiweb to allow logins.
ProxyDNs should be set to the DN of the kojiweb certificate. The exact format
depends on your mod_ssl version.
For mod_ssl < 2.3.11 use:
::
DNUsernameComponent = CN
ProxyDNs = /C=US/ST=Massachusetts/O=Example Org/OU=kojiweb/CN=example/emailAddress=example@example.com
However, for mod_ssl >= 2.3.11 use:
::
ProxyDNs should be set to the DN of the kojiweb certificate. For example::
DNUsernameComponent = CN
ProxyDNs = CN=example.com,OU=kojiweb,O=Example Org,ST=Massachusetts,C=US
.. note::
More details on this format change, including handling of special
characters, can be found in the `Apache mod_ssl documentation`_. See
LegacyDNStringFormat there.
Koji filesystem skeleton
^^^^^^^^^^^^^^^^^^^^^^^^