Skip to content

Commit a64db30

Browse files
authored
Add new signing key
1 parent 4082b1d commit a64db30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/User-Guide_Getting-Started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ After you have downloaded these files, we recommend checking the integrity and t
139139
All our images are digitally signed. It is therefore possible to check their authenticity. Linux and macOS user might need to install the required tools first: for Debian/Ubuntu, this can be done via `sudo apt-get install gnupg `, and for macOS use `brew install gnupg `. Windows users can install [GnuPG from here](https://gnupg.org/download/). To check the authenticity, you will need the public key that was used to sign the images. This key can be retrieved from a keyserver or from the Debian/Ubuntu package repository (this step only needs to be done once):
140140

141141
```sh
142-
# download the public key either from a keyserver
142+
# download public keys either from a keyserver
143143
gpg --keyserver hkp://keyserver.ubuntu.com --recv-key DF00FAF1C577104B50BF1D0093D6889F9F0E78D5
144+
gpg --keyserver hkp://keyserver.ubuntu.com --recv-key 8CFA83D13EB2181EEF5843E41EB30FAF236099FE
144145
# or from the repository server
145146
wget -O- https://apt.armbian.com/armbian.key | gpg --import -
146147
```

0 commit comments

Comments
 (0)