From 660713a39bb96a640779b4ca20907ccf183b5de8 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 16 Sep 2020 14:13:38 +0200 Subject: [PATCH] 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. --- container/builder/osbuild-koji.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/container/builder/osbuild-koji.conf b/container/builder/osbuild-koji.conf index 3c14486..aa86d23 100644 --- a/container/builder/osbuild-koji.conf +++ b/container/builder/osbuild-koji.conf @@ -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/