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

Commit 7b1cdea

Browse files
committed
update sigs and testing instructions for 14.04.5.12
1 parent 5f7f325 commit 7b1cdea

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

checksums.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
14.04.5.12 ISO image
2+
md5sum 6d24a8877764dc6d39add434fd8a2927
3+
sha1sum 17535d382ce0043a76a5032eb42747dceffa7e7a
4+
sha256sum 3803010fdfca9e55e19d68286ce843a1fbd78bb6adfe33cbb3922f3b3165d3cc
5+
16
14.04.5.11 ISO image
27
md5sum ee6dd85c45b751ab4a185b25b199d284
38
sha1sum eb8d7e305ed30b1fd155bdf10a19cabdaafc033e

sigs/securityonion-14.04.5.12.iso.sig

543 Bytes
Binary file not shown.

testing/Verify_ISO_14.04.5.12.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
### 14.04.5.12 ISO image built on 2018/04/16
2+
3+
### Download and Verify
4+
5+
14.04.5.12 ISO image:
6+
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.12_20180416/securityonion-14.04.5.12.iso
7+
8+
Signature for ISO image:
9+
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-14.04.5.12.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-14.04.5.12.iso.sig
29+
```
30+
31+
Download the ISO image:
32+
```
33+
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.12_20180416/securityonion-14.04.5.12.iso
34+
```
35+
36+
Verify the downloaded ISO image using the signature file:
37+
```
38+
gpg --verify securityonion-14.04.5.12.iso.sig securityonion-14.04.5.12.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 Mon 16 Apr 2018 03:34:49 PM EDT using RSA key ID ED6CF680
44+
gpg: Good signature from "Doug Burks <doug.burks@gmail.com>"
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://github.com/Security-Onion-Solutions/security-onion/wiki/Installation

0 commit comments

Comments
 (0)