From 492b7fe41fe6673c91cbc57f047283bb94d7a7ce Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 28 2015 15:14:16 +0000 Subject: Reflected the trusted CA change for kojihub --- diff --git a/scripts/fas_perms_to_koji.py b/scripts/fas_perms_to_koji.py index e4d693f..75b47a8 100755 --- a/scripts/fas_perms_to_koji.py +++ b/scripts/fas_perms_to_koji.py @@ -36,7 +36,7 @@ from collections import defaultdict KOJI_URL = 'http://localhost/kojihub' CLIENT_CERT = os.path.expanduser('/etc/pki/koji/koji-admin.pem') CLIENTCA_CERT = os.path.expanduser('/etc/pki/koji/koji_ca_cert.crt') -SERVERCA_CERT = os.path.expanduser('/etc/pki/koji/koji_ca_cert.crt') +SERVERCA_CERT = os.path.expanduser('/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt') USER = 'koji' FASDUMP = '/etc/bsadmin/groups' SYSTEM_USERS = ['koji', 'kojira']