Skip to content

Commit

Permalink
feat: add cert instruction (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Dec 14, 2024
1 parent cd00996 commit a968acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holesky/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ NODE_ECDSA_KEY_FILE_HOST=${EIGENLAYER_HOME}/operator_keys/opr.ecdsa.key.json
NODE_BLS_KEY_FILE_HOST=${EIGENLAYER_HOME}/operator_keys/opr.bls.key.json

# TODO: Uncomment and update if using remote BLS signer https://github.com/Layr-Labs/cerberus
#NODE_BLS_SIGNER_CERT_FILE=/app/cerberus/cerberus.crt # DO NOT CHANGE THIS
#NODE_BLS_REMOTE_SIGNER_ENABLED=true
#NODE_BLS_REMOTE_SIGNER_URL=<host:port>
#NODE_BLS_PUBLIC_KEY_HEX=<public key registered with remote signer>
#NODE_BLS_SIGNER_CERT_FILE_HOST=<path to cert file on host>

# TODO: The ip provider service used to obtain a node's public IP [seeip (default), ipify)
NODE_PUBLIC_IP_PROVIDER=seeip
Expand Down
1 change: 1 addition & 0 deletions holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "${NODE_CACHE_PATH_HOST}:/app/cache:rw"
- "${NODE_LOG_PATH_HOST}:/app/logs:rw"
- "${NODE_DB_PATH_HOST}:/data/operator/db:rw"
# - "${NODE_BLS_SIGNER_CERT_FILE_HOST}:/app/cerberus/cerberus.crt:readonly"
restart: unless-stopped
networks:
eigenda:
Expand Down

0 comments on commit a968acb

Please sign in to comment.