From 9f2e6f1be17918655989dc546be490371eb45a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Fri, 28 Jul 2023 10:42:42 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr Król --- docs/guides/signature-verification.md | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/signature-verification.md b/docs/guides/signature-verification.md index 4cbfa46e..1af8653a 100644 --- a/docs/guides/signature-verification.md +++ b/docs/guides/signature-verification.md @@ -1,6 +1,6 @@ # Dasharo release signature verification -Each published Dasharo release s signed with a signing key corresponding to +Each published Dasharo release is signed with a signing key corresponding to given platform and versions. The key infrastructure is stored in [3mdeb-secpack](https://github.com/3mdeb/3mdeb-secpack). @@ -21,7 +21,7 @@ site, please follow the instructions below: - `` is provided in the release notes - `` is the file name in the - - `` + `` - `` will show up after importing the key via GPG. 2. Download the binaries, SHA sums and their signature files diff --git a/mkdocs.yml b/mkdocs.yml index 4fcb98c8..6a166298 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -237,7 +237,7 @@ nav: - 'Logo customization': guides/logo-customization.md - 'Firmware signing for vboot': guides/vboot-signing.md - 'Dasharo Reviewers Guide': guides/dasharo-reviewers-guide.md - - 'Release signature verification': guides/signature-verification.md + - 'Verifying signatures': guides/signature-verification.md - 'Development Process': - 'Source code structure': dev-proc/source-code-structure.md - 'Dasharo Product Guidelines: SMBIOS Information': dev-proc/smbios-rules.md