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 @@ -12,6 +12,7 @@ Ensure you have the following installed:
1212- [ eigenlayer-cli] ( https://github.com/Layr-Labs/eigenlayer-cli.git )
1313- [ jq] ( https://jqlang.github.io/jq/ )
1414- [ yq] ( https://github.com/mikefarah/yq )
15+ - [ mkcert] ( https://github.com/FiloSottile/mkcert )
1516
1617To
1718install [ Go] ( https://go.dev/doc/install ) ,
You can’t perform that action at this time.
0 commit comments