Skip to content

Commit

Permalink
update readme file (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdsefi committed Dec 18, 2023
1 parent d1497b0 commit 9b1f6f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ $ curl -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" -d

### List Existing Key-managers
The list command only returns the service name that owned the key-manager.
To return the private keys, use the `/export/key-managers/:serviceName` endpoint.

Using Vault CLI:
```sh
Expand Down Expand Up @@ -256,8 +255,7 @@ $ curl -H "Authorization: Bearer $TOKEN" http://localhost:8200/v1/ethereum/key-
```

### Reading Individual Key-managers
Inspect the key using the service name. Only the service name and public key of the key-manager is returned.
To return the private key, use the `/export/key-managers/:serviceName` endpoint.
Inspect the key using the service name. Only the service name and public key of the key-manager is returned.

Using Vault CLI:
```sh
Expand Down

0 comments on commit 9b1f6f8

Please sign in to comment.