diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-09-23 18:53:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 18:53:04 +0200 |
commit | 354dc913c596f0dbdd2b4482c171fbe2a65fff59 (patch) | |
tree | 45024f179b56a8633371f5bfc52340b3e7541c72 /docs | |
parent | TODO (diff) | |
parent | repart: Add support for generating verity sig partitions (diff) | |
download | systemd-354dc913c596f0dbdd2b4482c171fbe2a65fff59.tar.xz systemd-354dc913c596f0dbdd2b4482c171fbe2a65fff59.zip |
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.md | 4 |
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. |