Skip to content

Commit

Permalink
docs: clarify wording in spec about usage of certificate chain (#2152)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>

Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Aug 12, 2022
1 parent 86c6a35 commit b8bf057
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit b8bf057

Please sign in to comment.