23cce3
@@ -15,9 +15,6 @@
;client certificate
cert = ~/.centos.cert
- ;certificate of the CA that issued the client certificate
- ca = ~/.centos-server-ca.cert
-
;certificate of the CA that issued the HTTP server certificate
serverca = /etc/pki/tls/certs/ca-bundle.trust.crt
The latest versions of Koji warn about the deprecated "ca" option in our Koji client profile. This option has been a no-op for years.
Remove it to silence the deprecation warning.
Pull-Request has been merged by bstinson
The latest versions of Koji warn about the deprecated "ca" option in our Koji client profile. This option has been a no-op for years.
Remove it to silence the deprecation warning.