From: Daan De Meyer Date: Fri, 23 Sep 2022 12:08:40 +0000 (+0200) Subject: docs: Mention that "certificateFingerprint" source should be in DER X-Git-Tag: v252-rc1~98^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35e596f83fb5817f10f93ccbea1261d667725374;p=thirdparty%2Fsystemd.git docs: Mention that "certificateFingerprint" source should be in DER --- diff --git a/docs/DISCOVERABLE_PARTITIONS.md b/docs/DISCOVERABLE_PARTITIONS.md index 936eb140659..efd20533a5b 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.