From 249260688e06df4c60af9457e66e119004b74bc0 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Oct 29 2015 02:46:38 +0000 Subject: feat(cbs-koji): update to use the certificates in the user's location --- diff --git a/SOURCES/cbs-koji.conf b/SOURCES/cbs-koji.conf index c8d7536..8a9fddd 100644 --- a/SOURCES/cbs-koji.conf +++ b/SOURCES/cbs-koji.conf @@ -13,11 +13,11 @@ topurl = http://cbs.centos.org/kojifiles topdir = /mnt/koji ;client certificate -cert = ~/.koji/client.crt +cert = ~/.centos.cert ;certificate of the CA that issued the client certificate -ca = ~/.koji/clientca.crt +ca = ~/.centos-server-ca.cert ;certificate of the CA that issued the HTTP server certificate -serverca = ~/.koji/serverca.crt +serverca = /etc/ssl/certs/ca-bundle.cert