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

Commit de605c3

Browse files
committed
updates sigs and testing instructions for 14.04.5.5
1 parent 63e2a03 commit de605c3

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

checksums.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
14.04.5.5 ISO image
2+
md5sum 43f95d68b58952ece6e79fa8d7b96e5c
3+
sha1sum 3464b035a75444b169a28e17edb2dc6331c942d9
4+
sha256sum ea01b24acefa321fd0a1f05b6da3e320176ae39c7d9eaf9633f6a72a99510be9
5+
16
14.04.5.4 ISO image
27
md5sum 9c7cab756b675beb10de4274a3ad3bc6
38
sha1sum 329814d3326d30f2165f03031215d4cbd9cc2450

sigs/securityonion-14.04.5.5.iso.sig

543 Bytes
Binary file not shown.

testing/Verify_ISO_14.04.5.5.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
### 14.04.5.5 ISO image built on 2017/11/26
2+
3+
**Please note!** This ISO image includes the **EXPERIMENTAL** Elastic stack!
4+
5+
The Elastic components are included in the ISO image and Setup gives you an option of Stable Setup (ELSA) or Experimental Setup (Elastic). If you do not want to try the new Elastic stack, you can choose Stable Setup.
6+
7+
If you **do** want to proceed with the new 14.04.5.5 ISO image, please skip down to the "Download and Verify" section. If you would prefer an ISO image with no Elastic components at all, you have a few options:
8+
9+
- Use the older Security Onion 14.04.5.2 ISO image (and then run `sudo soup`):<br>
10+
https://github.com/Security-Onion-Solutions/security-onion/blob/master/old/Verify_ISO_14.04.5.2.md
11+
12+
OR
13+
14+
- Install your preferred flavor of Ubuntu 14.04 and then add our PPA and packages:<br>
15+
https://github.com/Security-Onion-Solutions/security-onion/wiki/InstallingOnUbuntu
16+
17+
### Download and Verify
18+
19+
14.04.5.5 ISO image:
20+
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.5_20171126/securityonion-14.04.5.5.iso
21+
22+
Signature for ISO image:
23+
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-14.04.5.5.iso.sig
24+
25+
Signing key:
26+
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
27+
28+
For example, here are the steps you can use on most Linux distributions to download and verify our Security Onion ISO image.
29+
30+
Download the signing key:
31+
```
32+
wget https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
33+
```
34+
35+
Import the signing key:
36+
```
37+
gpg --import KEYS
38+
```
39+
40+
Download the signature file for the ISO:
41+
```
42+
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-14.04.5.5.iso.sig
43+
```
44+
45+
Download the ISO image:
46+
```
47+
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.5_20171126/securityonion-14.04.5.5.iso
48+
```
49+
50+
Verify the downloaded ISO image using the signature file:
51+
```
52+
gpg --verify securityonion-14.04.5.5.iso.sig securityonion-14.04.5.5.iso
53+
```
54+
55+
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
56+
```
57+
gpg: Signature made Sun 26 Nov 2017 04:17:26 PM EST using RSA key ID ED6CF680
58+
gpg: Good signature from "Doug Burks <[email protected]>"
59+
gpg: WARNING: This key is not certified with a trusted signature!
60+
gpg: There is no indication that the signature belongs to the owner.
61+
Primary key fingerprint: BD56 2813 E345 A068 5FBB 91D3 788F 62F8 ED6C F680
62+
```
63+
64+
Once you've verified the ISO image, you're ready to proceed to our Installation guide:
65+
https://github.com/Security-Onion-Solutions/security-onion/wiki/Installation

0 commit comments

Comments
 (0)