mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Merge pull request #29 from phmccarty/remove-ca-option
Remove 'ca' option from configs
This commit is contained in:
@@ -41,7 +41,6 @@ topurl=$KOJI_URL/kojifiles
|
||||
use_createrepo_c=True
|
||||
allowed_scms=$GIT_FQDN:/packages/*
|
||||
cert = $KOJI_PKI_DIR/$KOJI_SLAVE_FQDN.pem
|
||||
ca = $KOJI_PKI_DIR/koji_ca_cert.crt
|
||||
serverca = $KOJI_PKI_DIR/koji_ca_cert.crt
|
||||
EOF
|
||||
|
||||
|
||||
@@ -242,7 +242,6 @@ weburl = $KOJI_URL/koji
|
||||
topurl = $KOJI_URL/kojifiles
|
||||
topdir = $KOJI_DIR
|
||||
cert = ~/.koji/client.crt
|
||||
ca = ~/.koji/clientca.crt
|
||||
serverca = ~/.koji/serverca.crt
|
||||
anon_retry = true
|
||||
EOF
|
||||
@@ -344,7 +343,6 @@ topdir=$KOJI_DIR
|
||||
logfile=/var/log/kojira.log
|
||||
with_src=no
|
||||
cert = $KOJI_PKI_DIR/kojira.pem
|
||||
ca = $KOJI_PKI_DIR/koji_ca_cert.crt
|
||||
serverca = $KOJI_PKI_DIR/koji_ca_cert.crt
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user