-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MPC-2011): add mTLS client cert auth support
- Loading branch information
Showing
8 changed files
with
199 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
BLOCKDAEMON_RPC_URL="https://svc.blockdaemon.com/native/v1/ethereum/holesky?apiKey=zpka_..." | ||
BUILDERVAULT_PLAYER_COUNT=3 # Count of BuilderVault MPC Node Players | ||
BUILDERVAULT_PLAYER0_URL="http://localhost:8500" | ||
BUILDERVAULT_PLAYER0_APIKEY="..." | ||
BUILDERVAULT_PLAYER0_MPCPUBLICKEY="MFkwEwYHKoZIzj0....gO+224X8T0J9eMg=" # Base64 encoding of MPC Player public key. Used in Dynamic communications with broker setups | ||
BUILDERVAULT_PLAYER1_URL="http://localhost:8501" | ||
BUILDERVAULT_PLAYER1_APIKEY="..." | ||
BUILDERVAULT_MASTERKEY_ID="Ap7..." | ||
BUILDERVAULT_PLAYER1_MPCPUBLICKEY="MFkwEwYHKoZIzj0....gO+224X8T0J9eMg=" # Base64 encoding of MPC Player public key. Used in Dynamic communications with broker setups | ||
|
||
BUILDERVAULT_MASTERKEY_ID="Ap7..." | ||
BUILDERVAULT_ACCOUNT_ID=0 | ||
BUILDERVAULT_ADDRESS_INDEX=0 | ||
BUILDERVAULT_ADDRESS_INDEX=0 | ||
|
||
BUILDERVAULT_PLAYER0_APIKEY="..." | ||
BUILDERVAULT_PLAYER1_APIKEY="..." | ||
|
||
## mTLS-based client certificate authentication key pair paths | ||
# BUILDERVAULT_PLAYER0_CLIENT_CERT="./client.crt" | ||
# BUILDERVAULT_PLAYER0_CLIENT_KEY="./client.key" | ||
# BUILDERVAULT_PLAYER1_CLIENT_CERT="./client.crt" | ||
# BUILDERVAULT_PLAYER1_CLIENT_KEY="./client.key" | ||
|
||
## Optional mTLS-based server certificate pinning | ||
# BUILDERVAULT_PLAYER0_MTLSPUBLICKEY="-----BEGIN CERTIFICATE-----\nMIICMTCCAdegAwIBAg...iABMV+KTXJxA==\n-----END CERTIFICATE-----" | ||
# BUILDERVAULT_PLAYER1_MTLSPUBLICKEY="-----BEGIN CERTIFICATE-----\nMIICMjCCAdegAwIBAg...srtGsDhLOe8O8=\n-----END CERTIFICATE-----" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.