-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
### 2.2.0-rc3 ISO image built on 2020/09/17 | ||
### 2.3.0 ISO image built on 2020/10/15 | ||
|
||
### Download and Verify | ||
|
||
2.2.0-rc3 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.2.0-rc3.iso | ||
2.3.0 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.3.0.iso | ||
|
||
MD5: 051883501C905653ACBCEC513C294778 | ||
SHA1: 0A66F6636F53B268E7FFB743A3136AC5CC3E0E96 | ||
SHA256: 5A9F303954AF1B1D271CE526E5DCBFC28F3FFC0621B291A29F0F7F2E8EB11C43 | ||
MD5: E05B220E4FD7C054DF5C50906EE1375B | ||
SHA1: 55E93C6EAB140AB4A0F07873CC871EBFDC699CD6 | ||
SHA256: 57B96A6E0951143E123BFC0CD0404F7466776E69F3C115F5A0444C0C6D5A6E32 | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.2.0-rc3.iso.sig | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.0.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS | ||
|
@@ -24,27 +24,27 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/ma | |
|
||
Download the signature file for the ISO: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.2.0-rc3.iso.sig | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.0.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.2.0-rc3.iso | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.0.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-2.2.0-rc3.iso.sig securityonion-2.2.0-rc3.iso | ||
gpg --verify securityonion-2.3.0.iso.sig securityonion-2.3.0.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Thu 17 Sep 2020 10:05:27 AM EDT using RSA key ID FE507013 | ||
gpg: Signature made Thu 15 Oct 2020 08:06:28 PM EDT using RSA key ID FE507013 | ||
gpg: Good signature from "Security Onion Solutions, LLC <[email protected]>" | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
Primary key fingerprint: C804 A93D 36BE 0C73 3EA1 9644 7C10 60B7 FE50 7013 | ||
``` | ||
|
||
Once you've verified the ISO image, you're ready to proceed to our Installation guide: | ||
https://docs.securityonion.net/en/2.2/installation.html | ||
https://docs.securityonion.net/en/2.3/installation.html |