Koji is now on https
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e049e86772
commit
a7e0c3cf6b
5 changed files with 26 additions and 41 deletions
|
@ -3,22 +3,17 @@
|
|||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://arm.koji.fedoraproject.org/kojihub
|
||||
server = https://arm.koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://arm.koji.fedoraproject.org/koji
|
||||
weburl = https://arm.koji.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = http://armpkgs.fedoraproject.org/
|
||||
topurl = https://armpkgs.fedoraproject.org/
|
||||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
|
||||
;configuration for SSL athentication
|
||||
|
||||
;client certificate
|
||||
cert = /etc/sigul/fedora.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
serverca = /etc/sigul/fedora-server-ca.cert
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
keytab = /etc/krb5.sigul_sign-bridge01.phx2.fedoraproject.org.keytab
|
||||
|
|
|
@ -3,22 +3,18 @@
|
|||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://ppc.koji.fedoraproject.org/kojihub
|
||||
server = https://ppc.koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://ppc.koji.fedoraproject.org/koji
|
||||
weburl = https://ppc.koji.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = http://ppc.koji.fedoraproject.org/
|
||||
topurl = https://ppc.koji.fedoraproject.org/
|
||||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
|
||||
;configuration for SSL athentication
|
||||
|
||||
;client certificate
|
||||
cert = /etc/sigul/fedora.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
serverca = /etc/sigul/fedora-server-ca.cert
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
keytab = /etc/krb5.sigul_sign-bridge01.phx2.fedoraproject.org.keytab
|
||||
|
||||
|
|
|
@ -3,17 +3,15 @@
|
|||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://koji.stg.fedoraproject.org/kojihub
|
||||
server = https://koji.stg.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://koji.stg.fedoraproject.org/koji
|
||||
weburl = https://koji.stg.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = http://kojipkgs.stg.fedoraproject.org/
|
||||
topurl = https://kojipkgs.stg.fedoraproject.org/
|
||||
|
||||
;client certificate
|
||||
cert = /etc/sigul/fedora.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
serverca = /etc/sigul/fedora-server-ca.cert
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
keytab = /etc/krb5.sigul_sign-bridge01.phx2.fedoraproject.org.keytab
|
||||
|
||||
|
|
|
@ -3,22 +3,18 @@
|
|||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://s390.koji.fedoraproject.org/kojihub
|
||||
server = https://s390.koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://s390.koji.fedoraproject.org/koji
|
||||
weburl = https://s390.koji.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = http://s390pkgs.fedoraproject.org/
|
||||
topurl = https://s390pkgs.fedoraproject.org/
|
||||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
|
||||
;configuration for SSL athentication
|
||||
|
||||
;client certificate
|
||||
cert = /etc/sigul/fedora.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
serverca = /etc/sigul/fedora-server-ca.cert
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
keytab = /etc/krb5.sigul_sign-bridge01.phx2.fedoraproject.org.keytab
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
;configuration for koji cli tool
|
||||
|
||||
;url of XMLRPC server
|
||||
server = http://koji.fedoraproject.org/kojihub
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
|
||||
;url of web interface
|
||||
weburl = http://koji.fedoraproject.org/koji
|
||||
weburl = https://koji.fedoraproject.org/koji
|
||||
|
||||
;url of package download site
|
||||
topurl = https://kojipkgs.fedoraproject.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue