Skip to content

Commit

Permalink
Removing too many spaces in the code
Browse files Browse the repository at this point in the history
Cosmetic changes in the download authenticity process.
  • Loading branch information
igorpecovnik committed Oct 16, 2024
1 parent 391f0ab commit c9c5b87
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/User-Guide_Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@ The download for each image consists of three separate files:

```sh
# download public key from the database
gpg --keyserver hkp://keyserver.ubuntu.com --recv-key DF00FAF1C577104B50BF1D0093D6889F9F0E78D5

# perform verification
gpg --verify Armbian_5.18_Armada_Debian_jessie_3.10.94.img.xz.asc

# proper response
gpg: Signature made sob 09 jan 2016 15:01:03 CET using RSA key ID 9F0E78D5
gpg: Good signature from "Igor Pecovnik (Ljubljana, Slovenia) <igor.++++++++++++@gmail.com>"

# wrong reponse. Not genuine Armbian image!
gpg: Signature made Sun 03 Jan 2016 11:46:25 AM CET using RSA key ID 9F0E78D5
gpg: BAD signature from "Igor Pecovnik (Ljubljana, Slovenia) <igor.++++++++++++@gmail.com>"
gpg --keyserver hkp://keyserver.ubuntu.com --recv-key DF00FAF1C577104B50BF1D0093D6889F9F0E78D5
# perform verification
gpg --verify Armbian_5.18_Armada_Debian_jessie_3.10.94.img.xz.asc

# proper response
gpg: Signature made sob 09 jan 2016 15:01:03 CET using RSA key ID 9F0E78D5
gpg: Good signature from "Igor Pecovnik (Ljubljana, Slovenia) <igor.++++++++++++@gmail.com>"

# wrong reponse. Not genuine Armbian image!
gpg: Signature made Sun 03 Jan 2016 11:46:25 AM CET using RSA key ID 9F0E78D5
gpg: BAD signature from "Igor Pecovnik (Ljubljana, Slovenia) <igor.++++++++++++@gmail.com>"
```
It is safe to ignore the message `WARNING: This key is not certified with a trusted signature!`.

Expand All @@ -47,9 +46,10 @@ The download for each image consists of three separate files:
while on Linux/macOS, in the directory in which you have downloaded the files ,you would do this

```sh
shasum -a 256 -c Armbian_*.img.sha
#good response
Armbian_5.35_Clearfogpro_Debian_stretch_next_4.13.16.img: OK
shasum -a 256 -c Armbian_*.img.sha

#good response
Armbian_5.35_Clearfogpro_Debian_stretch_next_4.13.16.img: OK
```

For each board we usually provide various image types:
Expand Down Expand Up @@ -262,4 +262,4 @@ Hardware configuration is available within [armbian-config](User-Guide_Armbian-C

## How to report bugs?

Follow bug reporting form available [here](https://armbian.com/bugs/) and learn how to collect necessary information and where provide to put your report depending on type of issue. Reports lacking fundamental diagnostics are ignored.
Follow bug reporting form available [here](https://armbian.com/bugs/) and learn how to collect necessary information and where provide to put your report depending on type of issue. Reports lacking fundamental diagnostics are ignored.

0 comments on commit c9c5b87

Please sign in to comment.