This repository was archived by the owner on Apr 16, 2021. It is now read-only.
File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ ISO image:
2
+ https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.4.1/securityonion-14.04.4.1.iso
3
+
4
+ Signature for current ISO image:
5
+ https://github.com/Security-Onion-Solutions/security-onion/raw/master/securityonion-14.04.4.1.iso.sig
6
+
7
+ Signing key:
8
+ https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
9
+
10
+ For example, here are the steps you can use on most Linux distributions to download and verify our Security Onion ISO image.
11
+
12
+ Download the signing key:
13
+ ```
14
+ wget https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
15
+ ```
16
+
17
+ Import the signing key:
18
+ ```
19
+ gpg --import KEYS
20
+ ```
21
+
22
+ Download the signature file for the ISO:
23
+ ```
24
+ wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/securityonion-14.04.4.1.iso.sig
25
+ ```
26
+
27
+ Download the ISO image:
28
+ ```
29
+ wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.4.1/securityonion-14.04.4.1.iso
30
+ ```
31
+
32
+ Verify the downloaded ISO image using the signature file:
33
+ ```
34
+ gpg --verify securityonion-14.04.4.1.iso.sig securityonion-14.04.4.1.iso
35
+ ```
36
+
37
+ The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
38
+ ```
39
+ gpg: Signature made Sat 19 Mar 2016 12:02:50 PM UTC using RSA key ID ED6CF680
40
+ gpg: Good signature from "Doug Burks <[email protected] >"
41
+ gpg: WARNING: This key is not certified with a trusted signature!
42
+ gpg: There is no indication that the signature belongs to the owner.
43
+ Primary key fingerprint: BD56 2813 E345 A068 5FBB 91D3 788F 62F8 ED6C F680
44
+ ```
45
+
46
+ Once you've verified the ISO image, you're ready to proceed to our Installation guide:
47
+ https://github.com/Security-Onion-Solutions/security-onion/wiki/Installation
You can’t perform that action at this time.
0 commit comments