File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ batcher_start: ./batcher/aligned-batcher/.env user_fund_payment_service
306306
307307batcher_create_self_signed_cert :
308308 @echo " Creating TLS certificate for localhost"
309- @openssl req -x509 -days 1825 -newkey rsa:2048 -keyout rootCA.key -out rootCA.crt -nodes -subj ' /CN= localhost'
309+ @mkcert -install -cert-file rootCA.crt -key-file rootCA.key localhost
310310 @echo " TLS certificate created"
311311
312312batcher_start_local : user_fund_payment_service batcher_create_self_signed_cert
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Ensure you have the following installed:
99- [ Foundry] ( https://book.getfoundry.sh/getting-started/installation )
1010- [ jq] ( https://jqlang.github.io/jq/ )
1111- [ yq] ( https://github.com/mikefarah/yq )
12+ - [ mkcert] ( https://github.com/FiloSottile/mkcert )
1213
1314After installing foundryup, you need to install a specific Foundry version:
1415
You can’t perform that action at this time.
0 commit comments