Put certs in a normally available place

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-09-13 00:05:29 +00:00
parent a5cb874dce
commit c51891fd6b
5 changed files with 12 additions and 24 deletions

View file

@ -17,11 +17,8 @@ topurl = http://armpkgs.fedoraproject.org/
;configuration for SSL athentication
;client certificate
cert = ~/.fedora.cert
;certificate of the CA that issued the client certificate
ca = ~/.fedora-upload-ca.cert
cert = /etc/sigul/fedora.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.fedora-server-ca.cert
serverca = /etc/sigul/fedora-server-ca.cert

View file

@ -17,11 +17,8 @@ topurl = http://ppc.koji.fedoraproject.org/
;configuration for SSL athentication
;client certificate
cert = ~/.fedora.cert
;certificate of the CA that issued the client certificate
ca = ~/.fedora-upload-ca.cert
cert = /etc/sigul/fedora.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.fedora-server-ca.cert
serverca = /etc/sigul/fedora-server-ca.cert

View file

@ -16,10 +16,9 @@ topurl = https://kojipkgs.fedoraproject.org/
anon_retry = true
;configuration for SSL authentication
;client certificate
cert = ~/.fedora.cert
cert = /etc/sigul/fedora.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.fedora-server-ca.cert
serverca = /etc/sigul/fedora-server-ca.cert

View file

@ -11,11 +11,9 @@ weburl = http://koji.stg.fedoraproject.org/koji
;url of package download site
topurl = http://kojipkgs.stg.fedoraproject.org/
;configuration for SSL athentication
;client certificate
cert = ~/.fedora.cert
cert = /etc/sigul/fedora.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.fedora-server-ca.cert
serverca = /etc/sigul/fedora-server-ca.cert

View file

@ -17,11 +17,8 @@ topurl = http://s390pkgs.fedoraproject.org/
;configuration for SSL athentication
;client certificate
cert = ~/.fedora.cert
;certificate of the CA that issued the client certificate
ca = ~/.fedora-upload-ca.cert
cert = /etc/sigul/fedora.cert
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.fedora-server-ca.cert
serverca = /etc/sigul/fedora-server-ca.cert