summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-23 18:53:04 +0200
committerGitHub <noreply@github.com>2022-09-23 18:53:04 +0200
commit354dc913c596f0dbdd2b4482c171fbe2a65fff59 (patch)
tree45024f179b56a8633371f5bfc52340b3e7541c72 /docs
parent842beda4c572a658d1afbf9c6aee1be50992eae7 (diff)
parentb456191d3cfd1fa6b6ae1c473d71d9931849d3bc (diff)
downloadsystemd-354dc913c596f0dbdd2b4482c171fbe2a65fff59.tar.gz
Merge pull request #24635 from DaanDeMeyer/repart-verity-sig
repart: Add support for generating verity sig partitions
Diffstat (limited to 'docs')
-rw-r--r--docs/DISCOVERABLE_PARTITIONS.md4
1 files 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.