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

Add support to Linux sample apps to provide revoked certificates #26434

Closed
tcarmelveilleux opened this issue May 8, 2023 · 1 comment · Fixed by #36886
Closed

Add support to Linux sample apps to provide revoked certificates #26434

tcarmelveilleux opened this issue May 8, 2023 · 1 comment · Fixed by #36886

Comments

@tcarmelveilleux
Copy link
Contributor

Linux sample apps must be able to:

  • Provide a revoked PAI or DAC certificate based on a command line argument
  • These certificates should use the same keys as today, but they have to be a different generated PAI/DAC from the non-revoked examples, just with a different serial number.
@shubhamdp
Copy link
Contributor

I think we can re-use the TestHarnessDACProvider https://github.com/project-chip/connectedhomeip/blob/master/src/app/tests/suites/credentials/TestHarnessDACProvider.h

Right now this option is supported only in all-clusters-app and all-clusters-minimal-app, we can move this to common options, that way any Linux app would be able to override the attestation credentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants