From 5c7a465b707dd5c720837a0a81cfb0d908697ebb Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 24 2020 12:49:44 +0000 Subject: PR#2161: doc: update documentation for SSLCACertificateFile Merges #2161 https://pagure.io/koji/pull-request/2161 --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index c65dd81..ffc8ea6 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -722,7 +722,8 @@ It's something you would do for any httpd instance. The part that matters to Koji is this -- if you are using SSL authentication, then the CA certificate you configure -here should be the same one that you use to issue user certificates. +in ``SSLCACertificateFile`` here should be the same one that you use to issue +user certificates. :: @@ -957,7 +958,8 @@ This is something you might do for any httpd instance and is mostly independent of Koji If you are using SSL authentication, then the CA certificate you configure -here should be the same one that you use to issue user certificates. +in ``SSLCACertificateFile`` here should be the same one that you use to issue +user certificates. ::