From 35e596f83fb5817f10f93ccbea1261d667725374 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 23 Sep 2022 14:08:40 +0200 Subject: [PATCH] docs: Mention that "certificateFingerprint" source should be in DER --- docs/DISCOVERABLE_PARTITIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md index 936eb14065..efd20533a5 100644 --- a/docs/DISCOVERABLE_PARTITIONS.md +++ b/docs/DISCOVERABLE_PARTITIONS.md @@ -280,8 +280,8 @@ size. Currently three fields are defined for the JSON object: in `rootHash` above. 3. The (optional) `certificateFingerprint` field should be a string containing - a SHA256 fingerprint of the X.509 certificate for the key that signed the - root hash, formatted as series of (lowercase) hex characters (no `:` + a SHA256 fingerprint of the X.509 certificate in DER format for the key that + signed the root hash, formatted as series of (lowercase) hex characters (no `:` separators or such). More fields might be added in later revisions of this specification.