|
|
|
|
|
by jacobr1
1824 days ago
|
|
> Or I guess maybe I'd want to attest that the signing service is what I expect? Exactly. If you have a threat-model where you want to limit access to your secrets from a limited code path, you need to attest that only specific, signed code is running within the enclave that can access the secrets. You might only need this to satisfy your own curiosity, but in practice it probably is something you need to prove to your internal security team, third-party auditor, or even direct to a customer. |
|
Thanks for clearing that up.