test: suffix the currently used test configurations with -tls
This is a preparation to support a different authentication method in `provision.sh`, specifically JWT.
This commit is contained in:
parent
444f85ac5c
commit
036303694c
4 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ RUN dnf -y install \
|
|||
|
||||
COPY ./tools/gen-certs.sh .
|
||||
COPY ./test/data/x509/openssl.cnf .
|
||||
COPY ./test/data/composer/osbuild-composer.toml /config/
|
||||
COPY ./test/data/worker/osbuild-worker.toml /config/
|
||||
COPY ./test/data/composer/osbuild-composer-tls.toml /config/
|
||||
COPY ./test/data/worker/osbuild-worker-tls.toml /config/
|
||||
COPY ./repositories /config/repositories/
|
||||
RUN ./gen-certs.sh ./openssl.cnf /config /config/ca
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue