|
Table of Contents:
|
## Innholdsfortegnelse:
|
|
- [Install GnuPG](#installing-gnupg)
|
|
|
- [Verify & Import Signing Key](#verify-and-import-signing-key)
|
|
|
- [Download & Verify Hash File](#download-and-verify-hash-file)
|
|
|
- [Download & Verify Binary](#download-and-verify-binary)
|
|
|
Installing GnuPG
|
## 1. Installering av GnuPG
|
|
Verify and Import Signing Key
|
## 2. Verifisering og import av signaturnøkkel
|
|
Get Signing Key
|
### 2.1. Å få tak i signaturnøkkelen
|
|
wget -O binaryfate.asc https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc
|
``` wget -O binaryfate.asc https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/binaryfate.asc ```
|
|
Verify Signing Key
|
### 2.2. Verifisering av signaturnøkkel
|
|
pub rsa4096/F0AF4D462A0BDF92 2019-12-12 [SCEA] Key fingerprint = 81AC 591F E9C4 B65C 5806 AFC3 F0AF 4D46 2A0B DF92 uid binaryFate <[email protected]>
|
``` pub rsa4096/F0AF4D462A0BDF92 2019-12-12 [SCEA] Key fingerprint = 81AC 591F E9C4 B65C 5806 AFC3 F0AF 4D46 2A0B DF92 uid binaryFate <[email protected]> ```
|
|
Import Signing Key
|
### 2.3. Import av signaturnøkkel
|
|
gpg: key F0AF4D462A0BDF92: 2 signatures not checked due to missing keys gpg: key F0AF4D462A0BDF92: public key "binaryFate <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: marginals needed: 3 completes needed: 1 trust model: pgp
|
``` gpg: key F0AF4D462A0BDF92: 2 signatures not checked due to missing keys gpg: key F0AF4D462A0BDF92: public key "binaryFate <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: marginals needed: 3 completes needed: 1 trust model: pgp ```
|
|
gpg: key F0AF4D462A0BDF92: "binaryFate <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1
|
``` gpg: key F0AF4D462A0BDF92: "binaryFate <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 ```
|
|
Download and Verify Hash File
|
## 3. Nedlasting og verifisering av hashfil
|
|
Get Hash File
|
### 3.1. Å få ta i hashfilen
|
|
Verify Hash File
|
### 3.2. Verifsering av hashfilen
|
|
gpg: using RSA key 81AC591FE9C4B65C5806AFC3F0AF4D462A0BDF92 gpg: Good signature from "binaryFate <[email protected]>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 81AC 591F E9C4 B65C 5806 AFC3 F0AF 4D46 2A0B DF92
|
``` gpg: using RSA key 81AC591FE9C4B65C5806AFC3F0AF4D462A0BDF92 gpg: Good signature from "binaryFate <[email protected]>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 81AC 591F E9C4 B65C 5806 AFC3 F0AF 4D46 2A0B DF92 ```
|
|
Download and Verify Binary
|
## 4. Nedlasting og verifisering av binærfiler
|
|
Get Monero binary
|
### 4.1. Å få tak i Monero-binærfilene
|