From 35f92706c7c51539092171ba479fae2c6bb44301 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jul 21 2021 07:48:30 +0000 Subject: PR#2960: doc: remove old mod_ssl instructions from server howto Merges #2960 https://pagure.io/koji/pull-request/2960 --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 2da3190..29f811b 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^