-
Notifications
You must be signed in to change notification settings - Fork 52
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 CertificateAuthority #1200
Add CertificateAuthority #1200
Conversation
Signed-off-by: Alexis <[email protected]>
Signed-off-by: Alexis <[email protected]>
Signed-off-by: Alexis <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @DarkaMaul! This is a good start, but I think it can be simplified quite a bit -- we don't need to be so stringent about classifying the different members of the CertificateAuthority
message, since they all end up in a trust "pool" anyways for chain building purposes 🙂
I've updated the code to remove the distinction between all the different certificates 👍 |
6cad8bb
to
eac665f
Compare
Signed-off-by: Alexis <[email protected]>
eac665f
to
4add4cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
/gcbrun |
Summary
Following up on #1182, this PR adds a
CertificateAuthority
class to the trust and uses it to retrieve both Fulcio certificates and Timestamping Authorities.