make sure the masher cert and koji cacerts are available on compose boxes
make sure koji.conf uses the certs
This commit is contained in:
parent
c07c7e30c7
commit
d9fa9cd113
2 changed files with 8 additions and 3 deletions
|
@ -14,10 +14,10 @@ weburl = http://koji.fedoraproject.org/koji
|
|||
;configuration for SSL athentication
|
||||
|
||||
;client certificate
|
||||
;cert = ~/.koji/client.crt
|
||||
cert = ~/.fedora.cert
|
||||
|
||||
;certificate of the CA that issued the client certificate
|
||||
;ca = ~/.koji/clientca.crt
|
||||
ca = ~/.fedora-server-ca.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
;serverca = ~/.koji/serverca.crt
|
||||
serverca = ~/.fedora-server-ca.cert
|
||||
|
|
|
@ -36,6 +36,11 @@
|
|||
- name: add masher ssh priv key
|
||||
action: copy src=$private/files/mash/masher.id_rsa dest=/home/masher/.ssh/id_rsa mode=600 owner=masher group=masher
|
||||
|
||||
- name: add masher koji cert/key
|
||||
action: copy src=$private/files/mash/masher.pem dest=/home/masher/.fedora.cert mode=600 owner=masher group=masher
|
||||
- name: add masher koji ca cert
|
||||
action: copy src=$private/files/koji/buildercerts/fedora-ca.cert dest=/home/masher/.fedora-server-ca.cert
|
||||
|
||||
# rawhide group
|
||||
- name: rawhide group
|
||||
action: group name=rawhide gid=265
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue