Skip to content

Commit

Permalink
fix mkcert command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Dec 23, 2024
1 parent bdbf034 commit 3e5e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/batcher.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ COPY ./config-files/config-batcher-docker.yaml ./config-files/
COPY ./config-files/anvil.batcher.ecdsa.key.json ./config-files/

RUN apt update -y && apt install -y libssl-dev ca-certificates mkcert
RUN mkcert -cert-file rootCA.crt -key-file rootCA.key localhost
RUN mkcert -install -cert-file rootCA.crt -key-file rootCA.key localhost

CMD ["aligned-batcher", "--config", "./config-files/config-batcher-docker.yaml", "--cert", "./rootCA.crt", "--key", "./rootCA.key"]

0 comments on commit 3e5e20b

Please sign in to comment.