Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does "ego sign" support two-step signing process ? #290

Open
asdfslw opened this issue Nov 4, 2024 · 1 comment
Open

Does "ego sign" support two-step signing process ? #290

asdfslw opened this issue Nov 4, 2024 · 1 comment

Comments

@asdfslw
Copy link

asdfslw commented Nov 4, 2024

in Intel_SGX_Developer_Reference_Linux, sgx_sign cmd has two usage:

  • one-step signing process:
    sgx_sign sign xx.pem ...

  • two-step signing process:
    sgx_sign gendata -out xx_sig.dat ...
    // use prikey: xx_sig.dat --> signature.dat
    sgx_sign catsig -unsigned xx_sig.dat -sig signature.dat ...

so my question is, Does "ego sign" support two-step signing process like sgx_sign cmd ?

@thomasten
Copy link
Member

Hi, EGo doesn't support this signing mode. You could get this feature with EGo Enterprise if this is an option for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants