We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26abbb6 commit 747ed7aCopy full SHA for 747ed7a
docker/batcher.Dockerfile
@@ -61,5 +61,6 @@ COPY ./config-files/config-batcher-docker.yaml ./config-files/
61
COPY ./config-files/anvil.batcher.ecdsa.key.json ./config-files/
62
63
RUN apt update -y && apt install -y libssl-dev ca-certificates
64
+RUN openssl req -x509 -days 1825 -newkey rsa:2048 -keyout rootCA.key -out rootCA.crt -nodes -subj '/CN=localhost'
65
-CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml"]
66
+CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml", "--cert", "./rootCA.crt", "--key", "./rootCA.key"]
0 commit comments