enable authentication from the cli via SSL client certificates
This commit is contained in:
parent
fa24750c44
commit
95db5c1f63
10 changed files with 606 additions and 39 deletions
|
|
@ -11,3 +11,13 @@
|
|||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
|
||||
;configuration for SSL athentication
|
||||
|
||||
;client certificate
|
||||
;cert = ~/.koji/client.crt
|
||||
|
||||
;certificate of the CA that issued the client certificate
|
||||
;ca = ~/.koji/clientca.crt
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
;serverca = ~/.koji/serverca.crt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue