On Tue, Mar 07, 2023 at 12:49:27PM -0000, Tanvi Sheth wrote:
Hello,
;client certificate cert = ~/.koji/client.crt
;certificate of the CA that issued the HTTP server certificate serverca = ~/.koji/serverca.crt
Is this what you're referring to in the /etc/koji.conf file? How to import CA cert into local cert store?
You need to also specify 'server = https://yourserveraname/'
If you don't it will try and use https://koji.fedoraproject.org and your certs will not work there.
There's a https://docs.pagure.org/koji/server_howto/ doc that has a lot of setup info.
If you get stuck, there's also a #koji channel on libera.net.
Do note there is a very active koji for risc-v already running at: http://fedora.riscv.rocks/koji/
Hope that helps!
kevin