We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for Signed CoRIM
The text was updated successfully, but these errors were encountered:
The cocli tool in its command set, also has a command to sign a CoRIM. This is done using cocli cmd corimSign
cocli
corimSign
This command needs to be updated to supply the required certificate chain in the COSE unprotected header.
This is similar to other information like Meta, done on https://github.com/veraison/cocli/blob/main/cmd/corimSign.go#L82
The supplied information could be a single or a chain of X.509 certificates, to be correctly be populated in the COSE Unprotected Header.
Sorry, something went wrong.
yogeshbdeshpande
Akhilesh-max
No branches or pull requests
Add support for Signed CoRIM
The text was updated successfully, but these errors were encountered: