Skip to content

Signer private key usage #1344

Answered by aashkrishnan
o-tsaruk asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @o-tsaruk!

Yup, we’ve built our own signer powered by Turnkey. Turnkey does use secure enclaves that run in an AWS Nitro Enclave. Turnkey manages the keys but cannot access them. With Turnkey, keys are generated and used entirely inside a secure enclave (AWS Nitro Enclave), which is isolated from both the host machine and Turnkey itself. The private key never leaves the enclave, and Turnkey can’t access it. With its custom OS (QuorumOS), Turnkey ensures that only verified code runs in the enclave and no single engineer can reconstruct a secret or modify secure workloads.

When a transaction is initiated, what’s sent to Turnkey is only the transaction data that needs to be signed. This …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by o-tsaruk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants