Put certs in a normally available place
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a5cb874dce
commit
c51891fd6b
5 changed files with 12 additions and 24 deletions
|
@ -17,11 +17,8 @@ topurl = http://armpkgs.fedoraproject.org/
|
||||||
;configuration for SSL athentication
|
;configuration for SSL athentication
|
||||||
|
|
||||||
;client certificate
|
;client certificate
|
||||||
cert = ~/.fedora.cert
|
cert = /etc/sigul/fedora.cert
|
||||||
|
|
||||||
;certificate of the CA that issued the client certificate
|
|
||||||
ca = ~/.fedora-upload-ca.cert
|
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = ~/.fedora-server-ca.cert
|
serverca = /etc/sigul/fedora-server-ca.cert
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,8 @@ topurl = http://ppc.koji.fedoraproject.org/
|
||||||
;configuration for SSL athentication
|
;configuration for SSL athentication
|
||||||
|
|
||||||
;client certificate
|
;client certificate
|
||||||
cert = ~/.fedora.cert
|
cert = /etc/sigul/fedora.cert
|
||||||
|
|
||||||
;certificate of the CA that issued the client certificate
|
|
||||||
ca = ~/.fedora-upload-ca.cert
|
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = ~/.fedora-server-ca.cert
|
serverca = /etc/sigul/fedora-server-ca.cert
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,9 @@ topurl = https://kojipkgs.fedoraproject.org/
|
||||||
|
|
||||||
anon_retry = true
|
anon_retry = true
|
||||||
|
|
||||||
;configuration for SSL authentication
|
|
||||||
|
|
||||||
;client certificate
|
;client certificate
|
||||||
cert = ~/.fedora.cert
|
cert = /etc/sigul/fedora.cert
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = ~/.fedora-server-ca.cert
|
serverca = /etc/sigul/fedora-server-ca.cert
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,9 @@ weburl = http://koji.stg.fedoraproject.org/koji
|
||||||
;url of package download site
|
;url of package download site
|
||||||
topurl = http://kojipkgs.stg.fedoraproject.org/
|
topurl = http://kojipkgs.stg.fedoraproject.org/
|
||||||
|
|
||||||
|
|
||||||
;configuration for SSL athentication
|
|
||||||
|
|
||||||
;client certificate
|
;client certificate
|
||||||
cert = ~/.fedora.cert
|
cert = /etc/sigul/fedora.cert
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = ~/.fedora-server-ca.cert
|
serverca = /etc/sigul/fedora-server-ca.cert
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,8 @@ topurl = http://s390pkgs.fedoraproject.org/
|
||||||
;configuration for SSL athentication
|
;configuration for SSL athentication
|
||||||
|
|
||||||
;client certificate
|
;client certificate
|
||||||
cert = ~/.fedora.cert
|
cert = /etc/sigul/fedora.cert
|
||||||
|
|
||||||
;certificate of the CA that issued the client certificate
|
|
||||||
ca = ~/.fedora-upload-ca.cert
|
|
||||||
|
|
||||||
;certificate of the CA that issued the HTTP server certificate
|
;certificate of the CA that issued the HTTP server certificate
|
||||||
serverca = ~/.fedora-server-ca.cert
|
serverca = /etc/sigul/fedora-server-ca.cert
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue