You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/get_started/configuration.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,15 @@ Web3Signer implements the same API as Commit-Boost, so there's no need to set up
318
318
url = "https://remote.signer.url"
319
319
```
320
320
321
+
Optionally, you can also provide a client certificate and corresponding private key if the remote signer requires client authentication:
322
+
323
+
```toml
324
+
[signer.remote]
325
+
url = "https://remote.signer.url"
326
+
cert_path = "/path/to/client.crt"
327
+
key_path = "/path/to/client.key"
328
+
```
329
+
321
330
#### Dirk
322
331
323
332
Dirk is a distributed key management system that can be used to sign transactions. In this case the Signer module is needed as an intermediary between the modules and Dirk. The following parameters are needed:
0 commit comments