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

Update the NOC root certificate design in accordance with the latest feedback #539

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

akarabashov
Copy link
Collaborator

@akarabashov akarabashov commented Feb 3, 2024

  • Added serial_number, info, and time optional fields to the REVOKE_NOC_X509_ROOT_CERTIFICATE transaction.
  • Added serial_number optional field to the REMOVE_NOC_X509_ROOT_CERTIFICATE transaction.
  • Updated the REMOVE_NOC_X509_ROOT_CERTIFICATE description to clarify that deletion also removes revoked certificates.
  • Added the GET_ALL_REVOKED_NOC_X509_ROOT_CERTS transaction.

Copy link
Contributor

@ashcherbakov ashcherbakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add/fix the following:

  • ADD_NOC_X509_ROOT_CERTIFICATE: remove vid field from the parameters (vid will be automatically taken Vendor Accuont's VID value)
  • Remove command: mention, that child certificates are NOT removed
  • Revoke command: add a new optional parameter revokeChild, false by default. If true, then all children certs (intermediate, lead) are revoked as well. If false - only the current root cert is revoked.
  • Revoke command: specify what happens if serialNumber is not provided (all certs for Subject+SKID are revoked)

docs/design/noc-root-cert-design.md Outdated Show resolved Hide resolved
@akarabashov akarabashov merged commit 40fbec3 into master Feb 5, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants