Skip to content

Commit c64b71a

Browse files
authored
Merge pull request #323 from tperard/patch-1
Update koji config in koji-initial-setup.md
2 parents 68dee6d + 1fdb70b commit c64b71a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/project/development-process/koji-initial-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ cert = ~/.koji/client.crt
5252
5353
;certificate of the CA that issued the HTTP server certificate
5454
serverca = ~/.koji/serverca.crt
55+
56+
; select authentication type
57+
authtype = ssl
5558
```
5659

5760
In some cases, we've found that the `cert` directive in `~/.koji/config ` was not used if there was no such directive in `/etc/koji.conf`. Workaround: add a `cert = ~/.koji/client.crt` to `/etc/koji.conf`, or possibly even `cp ~/.koji/config /etc/koji.conf`.

0 commit comments

Comments
 (0)