testing: Use Debian bookworm to test TKM

This commit is contained in:
Tobias Brunner
2023-07-13 12:41:51 +02:00
parent dee9bfb682
commit 043e10ebb8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -23,12 +23,12 @@
#
# make -j check TESTS_RUNNERS=tkm TESTS_TKM=1
FROM debian:bullseye
FROM debian:bookworm
ARG packages="autoconf automake bison build-essential ca-certificates ccache \
flex gettext git gperf libssl-dev libtool pkg-config \
gnat gprbuild libahven9-dev libxmlada-schema10-dev libgmpada10-dev \
libalog6-dev"
gnat gprbuild libahven11-dev libxmlada-schema12-dev libgmpada12-dev \
libalog8-dev"
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
openssl genrsa -out key.pem 2048
openssl rsa -in key.pem -outform der -out key.der
openssl rsa -in key.pem -outform der -out key.der -traditional
openssl req -x509 -nodes -newkey rsa:4096 -keyout cakey.pem -outform der \
-out ca.der -sha256 -subj "/CN=CA" -addext basicConstraints=critical,CA:TRUE