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

docs: clarify wording in spec about usage of certificate chain #2152

Merged
merged 1 commit into from Aug 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions specs/SIGNATURE_SPEC.md
Expand Up @@ -65,6 +65,8 @@ Ej6T/GLK6XJSB28haSPRWB7k
This OPTIONAL property contains a PEM-encoded, DER-formatted, ASN.1 x509 certificate chain.
The `certificate` property MUST be present if this property is present.
This chain MAY be used by implementations to verify the `certificate` property.
Clients MUST validate that any certificates in the chain that are self-signed
or are expected to be trust anchors with an out-of-band mechanism.

Example `chain`:

Expand Down