doc: update documentation for SSLCACertificateFile
Be more specific about the exact Apache directive to configure the CA that will validate client certificates (SSLCACertificateFile).
This commit is contained in:
parent
3ab5d672f5
commit
bc129afe12
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue