Skip to content

Commit 01f33c2

Browse files
committed
Update docs
1 parent e8fe5ce commit 01f33c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config.example.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ url = "http://0xa119589bb33ef52acbb8116832bec2b58fca590fe5c85eac5d3230b44d5bc09f
148148
# Docker image to use for the Signer module.
149149
# OPTIONAL, DEFAULT: ghcr.io/commit-boost/signer:latest
150150
# docker_image = "ghcr.io/commit-boost/signer:latest"
151+
# Path to the TLS certificates for the signer server
152+
# OPTION, DEFAULT: ./certs
153+
# tls_certificates = "./certs"
151154
# For Remote signer:
152155
# [signer.remote]
153156
# URL of the Web3Signer instance

docs/docs/get_started/running/binary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Modules need some environment variables to work correctly.
2828
### Signer Module
2929
- `CB_SIGNER_JWT_SECRET`: secret to use for JWT authentication with the Signer module.
3030
- `CB_SIGNER_PORT`: required, port to open the signer server on.
31+
- `CB_SIGNER_TLS_CERTIFICATES`: path to the TLS certificates for the server.
3132
- For loading keys we currently support:
3233
- `CB_SIGNER_LOADER_FILE`: path to a `.json` with plaintext keys (for testing purposes only).
3334
- `CB_SIGNER_LOADER_FORMAT`, `CB_SIGNER_LOADER_KEYS_DIR` and `CB_SIGNER_LOADER_SECRETS_DIR`: paths to the `keys` and `secrets` directories or files (ERC-2335 style keystores, see [Signer config](../configuration/#signer-module) for more info).

0 commit comments

Comments
 (0)