diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-24 20:18:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-24 20:18:37 -0400 |
| commit | 41c68d2a5574fa7b87e1512b941e811d7505f701 (patch) | |
| tree | 3038a15924a7600ea3ffe6848b600ebf610ca73b | |
| parent | bd6438e7284428e30deb75721cb0c1733652671a (diff) | |
use per-device signify keys for factory images
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index c25068aa..4acb3a29 100644 --- a/static/build.html +++ b/static/build.html @@ -460,7 +460,7 @@ cd ../..</pre> <p>Generate a signify key for signing factory images:</p> - <pre>signify -G -n -p keys/factory.pub -s keys/factory.sec</pre> + <pre>signify -G -n -p keys/crosshatch/factory.pub -s keys/crosshatch/factory.sec</pre> <p>Remove the <code>-n</code> switch to set a passphrase. The <code>signify</code> tool doesn't provide a way to change the passphrase without generating a new key, so |
