diff options
author | Christian Breunig <christian@poessinger.com> | 2024-07-26 14:08:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 14:08:29 +0200 |
commit | c471f8ee728dd5a0b599f8ed61518716cfba37b1 (patch) | |
tree | c4ddf9fbdb273e431ef57611b03e615b3bca83eb /site/get | |
parent | 99584d3744965e474c8a988448a173b1ecff83df (diff) | |
download | community.vyos.net-c471f8ee728dd5a0b599f8ed61518716cfba37b1.tar.gz community.vyos.net-c471f8ee728dd5a0b599f8ed61518716cfba37b1.zip |
minisign: T6610: update the rolling release signing key
Diffstat (limited to 'site/get')
-rw-r--r-- | site/get/nightly-builds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/get/nightly-builds.md b/site/get/nightly-builds.md index 06311c3..2a6b860 100644 --- a/site/get/nightly-builds.md +++ b/site/get/nightly-builds.md @@ -40,7 +40,7 @@ Once you download an image and its `.minisig` file, you can verify its integrity with this command: ``` - minisign -Vm <ISO file> -P RWTclGe42GmvIX/xnNiXdigNll7NSfpYGl1rj+sEERcLgoEsse5EwAgA + minisign -Vm <ISO file> -P RWSIhkR/dkM2DSaBRniv/bbbAf8hmDqdbOEmgXkf1RxRoxzodgKcDyGq ``` If in doubt, you can get the public key from the [nightly builds repository](https://github.com/vyos/vyos-rolling-nightly-builds/blob/main/minisign.pub). |