diff --git a/scripts/fas_perms_to_koji.py b/scripts/fas_perms_to_koji.py index 9cf2770..e4d693f 100755 --- a/scripts/fas_perms_to_koji.py +++ b/scripts/fas_perms_to_koji.py @@ -34,9 +34,9 @@ import sys from collections import defaultdict KOJI_URL = 'http://localhost/kojihub' -CLIENT_CERT = os.path.expanduser('~/.koji/client.crt') -CLIENTCA_CERT = os.path.expanduser('~/.koji/clientca.crt') -SERVERCA_CERT = os.path.expanduser('~/.koji/serverca.crt') +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') USER = 'koji' FASDUMP = '/etc/bsadmin/groups' SYSTEM_USERS = ['koji', 'kojira']