Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Secure-Signer now safeguards the private key corresponding to the public key `0x
We can verify that Secure-Signer has custody of the imported and generated BLS keys by running the following:
<div class="code-example" markdown="1">
```bash
puffer@Puffer-Dev:~$ docker exec -w /home secure_signer_container /bin/bash -c "./client -h"
puffer@Puffer-Dev:~$ docker exec -w /home secure_signer_container /bin/bash -c "./client -l"
- Connecting to Secure-Signer on port 9001
puffer@Puffer-Dev:~$ docker exec -w /home secure_signer_container /bin/bash -c "cat ss_out/list_bls_keys"
{
Expand Down