Skip to content

Commit

Permalink
Merge pull request #1530 from truenas/DOCS-4180-SCALE-22.02.4-Release…
Browse files Browse the repository at this point in the history
…-Notes

Docs-4180 SCALE 22.02.4 Release Notes
  • Loading branch information
q5sys authored Sep 27, 2022
2 parents 66e80fb + a0baecc commit d072d28
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 13 deletions.
8 changes: 4 additions & 4 deletions content/SCALE/GettingStarted/Install/InstallingSCALE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ You need an OpenPGP encryption application for this method of ISO verification.
The examples in this section show verifying the TrueNAS <file>.iso</file> using [gnupg2](https://gnupg.org/software/index.html) in a command prompt, but [Gpg4win](https://www.gpg4win.org/) is also a good option for Windows users.

2. To verify the <file>.iso</file> source, go to https://www.truenas.com/download-tn-scale/, expand the **Security** option,
and click **PGP Signature** to download the Gnu Privacy Guard (<file>.gpg</file>) signature file.
and click **PGP Signature** to download the Gnu Privacy Guard signature file. This file may be a (<file>.gpg</file>) or a (<file>.sig<file>) file.
Open the [PGP Public key link](https://keyserver.ubuntu.com/pks/lookup?search=0xC8D62DEF767C1DB0DFF4E6EC358EAA9112CF7946&fingerprint=on&op=index) and note the address in your browser and **Search results for** string.

3. Use one of the OpenPGP encryption tools mentioned above to import the public key and verify the PGP signature.

Go to the <file>.iso</file> and <file>.iso.gpg</file> download location and import the public key using the keyserver address and search results string:
Go to the <file>.iso</file> and the <file>.iso.gpg</file> or <file>.iso.sig</file> download location and import the public key using the keyserver address and search results string:

```
user@ubuntu /tmp> gpg --keyserver keys.gnupg.net --recv-keys 0xc8d62def767c1db0dff4e6ec358eaa9112cf7946
Expand All @@ -46,7 +46,7 @@ You need an OpenPGP encryption application for this method of ISO verification.
user@ubuntu /tmp>
```

Use `gpg --verify` to compare the <file>.iso</file> and <file>.iso.gpg</file> files:
Use `gpg --verify` to compare the <file>.iso</file> and the <file>.iso.gpg</file> or <file>.iso.sig</file> files:

```
user@ubuntu /tmp> gpg --verify TrueNAS-SCALE-21.04-ALPHA.1.iso
Expand Down Expand Up @@ -306,4 +306,4 @@ The next step is to boot up the system and configure SCALE network and general s

{{< taglist tag="scaleinstall" limit="10" >}}
{{< taglist tag="scaleupdate" limit="10" title="Related Update Articles" >}}
{{< taglist tag="scalevm" limit="10" title="Related Virtual Machine Articles" >}}
{{< taglist tag="scalevm" limit="10" title="Related Virtual Machine Articles" >}}
Loading

0 comments on commit d072d28

Please sign in to comment.