From 23cce37c3ffa81f148cc6f95be0eed7b34664bce Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Aug 10 2020 16:30:37 +0000 Subject: cbs-koji: remove deprecated "ca" option 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. --- diff --git a/SOURCES/cbs-koji.conf b/SOURCES/cbs-koji.conf index 071f489..3a7a137 100644 --- a/SOURCES/cbs-koji.conf +++ b/SOURCES/cbs-koji.conf @@ -15,9 +15,6 @@ topdir = /mnt/koji ;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