-
Notifications
You must be signed in to change notification settings - Fork 18
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
Need clarity on trust_bundle structure in certz.proto #87
Comments
hey there! I think you're really asking: "Hey, isn't there yup, there sure is... and that's this: that's been taking me a bit to finish up and ship :( but you can get an idea of the trust_bundle and The comments in the proto file do say: so I think the intent is as described in the link above AND as described below.
yup! it's really a big set of certificates from the various CAs in use.
I'd lean to either:
|
I have following questions regarding the trust_bundle mentioned in certz.proto.
trust_bundle is mentioned to be a single CertificateChain, instead shouldn't it be multiple CertificateChains or just a bundle of certificates? The reason I am saying that is, consider the case of two gnsi clients:
Can a SSL profile contain more than one trust_bundle? From https://github.com/openconfig/gnsi/blob/main/certz/certz.proto#L80, it appears that only one trust_bundle is supported, but there is a possibility to mention multiple trust_bundle entities in a single UploadRequest, in that case which trust_bundle should the Target install if SSL profile should contain only 1 trust_bundle?
The text was updated successfully, but these errors were encountered: