Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 4b5f3ca

Browse files
committed
update sigs and testing instructions for 16.04.6.4
1 parent 0ee562c commit 4b5f3ca

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

checksums.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
16.04.6.4 ISO image
2+
md5sum 8b5b60570e76bc4999c365ed6a01ea80
3+
sha1sum 4b4836ffde205e114031c9e8e4b22ccbb45ef065
4+
sha256sum 4e452ef624306551c6aa1858d838db864be6253b45285f4bfb842c666d4dc2e1
5+
16
16.04.6.3 ISO image
27
md5sum d24b22a4549ac572a20167c988cc2ce9
38
sha1sum 04f8980208edcf4f4b02b2463a4fe0ad25eb0778

sigs/securityonion-16.04.6.4.iso.sig

543 Bytes
Binary file not shown.

testing/Verify_ISO_16.04.6.4.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### 16.04.6.4 ISO image built on 2020/02/06
2+
3+
### Download and Verify
4+
5+
16.04.6.4 ISO image:
6+
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.4_20200206/securityonion-16.04.6.4.iso
7+
8+
Signature for ISO image:
9+
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.4.iso.sig
10+
11+
Signing key:
12+
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
13+
14+
For example, here are the steps you can use on most Linux distributions to download and verify our Security Onion ISO image.
15+
16+
Download the signing key:
17+
```
18+
wget https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
19+
```
20+
21+
Import the signing key:
22+
```
23+
gpg --import KEYS
24+
```
25+
26+
Download the signature file for the ISO:
27+
```
28+
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.4.iso.sig
29+
```
30+
31+
Download the ISO image:
32+
```
33+
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.4_20200206/securityonion-16.04.6.4.iso
34+
```
35+
36+
Verify the downloaded ISO image using the signature file:
37+
```
38+
gpg --verify securityonion-16.04.6.4.iso.sig securityonion-16.04.6.4.iso
39+
```
40+
41+
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
42+
```
43+
gpg: Signature made Fri 07 Feb 2020 08:34:39 AM EST using RSA key ID ED6CF680
44+
gpg: Good signature from "Doug Burks <[email protected]>"
45+
gpg: WARNING: This key is not certified with a trusted signature!
46+
gpg: There is no indication that the signature belongs to the owner.
47+
Primary key fingerprint: BD56 2813 E345 A068 5FBB 91D3 788F 62F8 ED6C F680
48+
```
49+
50+
Once you've verified the ISO image, you're ready to proceed to our Installation guide:
51+
https://securityonion.net/docs/Installation

0 commit comments

Comments
 (0)