container/builder: configure ssl for plugin
Configure the ssl/tls cert verification. Use make-certs.sh and copy-creds.sh from test/ to put all the ducks in the row for this to work.
This commit is contained in:
parent
2fed0b7c5b
commit
660713a39b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
[composer]
|
||||
url = http://composer:8701/
|
||||
url = https://composer:8701/
|
||||
ssl_cert = /share/worker-crt.pem, /share/worker-key.pem
|
||||
ssl_verify = /share/worker-ca.pem
|
||||
|
||||
[koji]
|
||||
url = https://localhost/kojihub/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue