We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cd4e8 commit 540b075Copy full SHA for 540b075
1 file changed
docker/batcher.Dockerfile
@@ -60,7 +60,7 @@ COPY ../scripts/test_files/ ./scripts/test_files
60
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'
+RUN apt update -y && apt install -y libssl-dev ca-certificates mkcert
+RUN mkcert localhost -cert-file rootCA.crt -key-file rootCA.key
65
66
CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml", "--cert", "./rootCA.crt", "--key", "./rootCA.key"]
0 commit comments