From 9aa4aa447362973cf60a312f2d0999f785e82239 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 20 2016 13:55:19 +0000 Subject: fix the serverca path in the koji config fixes: #12110 --- diff --git a/SOURCES/cbs-koji.conf b/SOURCES/cbs-koji.conf index 3bb8256..071f489 100644 --- a/SOURCES/cbs-koji.conf +++ b/SOURCES/cbs-koji.conf @@ -19,5 +19,5 @@ cert = ~/.centos.cert ca = ~/.centos-server-ca.cert ;certificate of the CA that issued the HTTP server certificate -serverca = /etc/ssl/certs/ca-bundle.crt +serverca = /etc/pki/tls/certs/ca-bundle.trust.crt