Skip to content

Commit a56230f

Browse files
authored
Add signer-proxy as a recommended solution for AWS KMS or YubiHSM key management
1 parent 86d5dc6 commit a56230f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/builders/chain-operators/management/key-management.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Key Management Systems (KMS) that can work with your developer operations
2626
configurations. This can be used in conjunction with the `eth_signTransaction`
2727
RPC method.
2828

29+
If you intend to manage your keys using AWS KMS or YubiHSM2, you can use [signer-proxy](https://github.com/upnodedev/signer-proxy).
30+
31+
[signer-proxy](https://github.com/upnodedev/signer-proxy) is an open-source tool that connects to your AWS KMS or YubiHSM2 backend and exposes an endpoint compatible with the `eth_signTransaction` RPC method.
32+
2933
<Callout type="info">
3034
You can take a look at the signer client [source code](https://github.com/ethereum-optimism/optimism/blob/develop/op-service/signer/client.go)
3135
if you're interested in what's happening under the hood.

0 commit comments

Comments
 (0)