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

Commit

Permalink
promote 16.04.6.3 to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Dec 4, 2019
1 parent 71a71f1 commit 0ee562c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Verify_ISO.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### 16.04.6.2 ISO image built on 2019/08/26
### 16.04.6.3 ISO image built on 2019/11/26

### Download and Verify

16.04.6.2 ISO image:
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso
16.04.6.3 ISO image:
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.3.iso

Signature for ISO image:
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.3.iso.sig

Signing key:
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
Expand All @@ -25,22 +25,22 @@ gpg --import KEYS

Download the signature file for the ISO:
```
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.3.iso.sig
```

Download the ISO image:
```
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.3.iso
```

Verify the downloaded ISO image using the signature file:
```
gpg --verify securityonion-16.04.6.2.iso.sig securityonion-16.04.6.2.iso
gpg --verify securityonion-16.04.6.3.iso.sig securityonion-16.04.6.3.iso
```

The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
```
gpg: Signature made Mon 26 Aug 2019 04:29:53 PM EDT using RSA key ID ED6CF680
gpg: Signature made Tue 26 Nov 2019 05:46:15 PM EST using RSA key ID ED6CF680
gpg: Good signature from "Doug Burks <[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.
Expand Down
16 changes: 8 additions & 8 deletions testing/Verify_ISO_16.04.6.3.md → old/Verify_ISO_16.04.6.2.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### 16.04.6.3 ISO image built on 2019/11/26
### 16.04.6.2 ISO image built on 2019/08/26

### Download and Verify

16.04.6.3 ISO image:
https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.3.iso
16.04.6.2 ISO image:
https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso

Signature for ISO image:
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.3.iso.sig
https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig

Signing key:
https://raw.githubusercontent.com/Security-Onion-Solutions/security-onion/master/KEYS
Expand All @@ -25,22 +25,22 @@ gpg --import KEYS

Download the signature file for the ISO:
```
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.3.iso.sig
wget https://github.com/Security-Onion-Solutions/security-onion/raw/master/sigs/securityonion-16.04.6.2.iso.sig
```

Download the ISO image:
```
wget https://download.securityonion.net/file/Security-Onion-16/securityonion-16.04.6.3.iso
wget https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.6.2_20190826/securityonion-16.04.6.2.iso
```

Verify the downloaded ISO image using the signature file:
```
gpg --verify securityonion-16.04.6.3.iso.sig securityonion-16.04.6.3.iso
gpg --verify securityonion-16.04.6.2.iso.sig securityonion-16.04.6.2.iso
```

The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
```
gpg: Signature made Tue 26 Nov 2019 05:46:15 PM EST using RSA key ID ED6CF680
gpg: Signature made Mon 26 Aug 2019 04:29:53 PM EDT using RSA key ID ED6CF680
gpg: Good signature from "Doug Burks <[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.
Expand Down

0 comments on commit 0ee562c

Please sign in to comment.