Update server doc for newer TLS and event worker

This commit is contained in:
Pat Riehecky 2019-03-12 13:56:14 -05:00 committed by Mike McLean
parent 9dcb4cbbbe
commit f8882edd1c

View file

@ -622,6 +622,10 @@ respawning).
...
MaxRequestsPerChild 100
</IfModule>
<IfModule event.c>
...
MaxRequestsPerChild 100
</IfModule>
/etc/httpd/conf.d/kojihub.conf
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -644,6 +648,10 @@ options should point to where the certificates are located on the hub.
SSLCACertificateFile /etc/pki/koji/koji_ca_cert.crt
SSLVerifyClient require
SSLVerifyDepth 10
# Python is currently not fully TLSv1.3 compatible and
# older TLS versions are no longer advised
# https://bugs.python.org/issue34670
SSLProtocol TLSv1.2
/etc/koji-hub/hub.conf
^^^^^^^^^^^^^^^^^^^^^^