-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [typo] verify.txt pointed to the wrong checksum dir
- Loading branch information
1 parent
e87c943
commit b2f0349
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ gpg: Good signature from "CIRCL MISP (CIRCL MISP VM Release Key) <misp-vm@circl. | |
|
||
Now download the checksum file and its signature, and verify. | ||
|
||
$ wget https://www.circl.lu/misp-images/[email protected] | ||
$ wget https://www.circl.lu/misp-images/[email protected] | ||
$ wget https://www.circl.lu/misp-images/latest/checksums/[email protected] | ||
$ wget https://www.circl.lu/misp-images/latest/checksums/[email protected] | ||
$ gpg --verify [email protected] [email protected] | ||
gpg: Signature made Wed 15 May 2019 07:15:10 PM JST | ||
gpg: using RSA key EDEC891834F20B13 | ||
|