From 4f3bee20cda71458d60985b3713028a7d6460b9e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 14 Feb 2024 06:42:12 -0500 Subject: move to OpenSSH signing for factory images --- static/build.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'static/build.html') diff --git a/static/build.html b/static/build.html index 9dbc2518..99f07b9e 100644 --- a/static/build.html +++ b/static/build.html @@ -261,8 +261,11 @@
  • 32-bit gcc runtime library
  • -

    The signify tool (with the proper naming) is also required for signing - factory images zips.

    +

    Additional dependencies for signing factory images releases:

    + +
    @@ -537,14 +540,10 @@ cd ../..

    Generate a signify key for signing factory images:

    -
    signify -G -n -p keys/raven/factory.pub -s keys/raven/factory.sec
    +
    ssh-keygen -t ed25519 -f keys/raven/id_ed25519
    -

    Remove the -n switch to set a passphrase. The signify - tool doesn't provide a way to change the passphrase without generating a new key, so - this is currently handled separately from encrypting the other keys and there will be - a separate prompt for the passphrase. In the future, expect this to be handled by the - same scripts along with the expectation of it using the same passphrase as the other - keys.

    +

    The passphrase for the SSH key should also match the other keys, although we + don't currently handle it automatically in the encrypt/decrypt scripts.

    Encrypting keys

    -- cgit v1.3.1