testing: Use Debian bookworm to test TKM
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user