Saturday, October 5, 2024

pockets – WARNING: This key will not be licensed with a trusted signature

I downloaded electrum appImage, signature, and keys from the official web site. Now I have to verify signature. The following steps was:

  1. Imported the important thing:
$ gpg --import armored-keys.asc
gpg: key 6FC4C9F7F1BE8FEA: 14 signatures not checked attributable to lacking keys
gpg: key 6FC4C9F7F1BE8FEA: public key "pooler <[email protected]>" imported
gpg: Complete quantity processed: 1
gpg:               imported: 1
gpg: no finally trusted keys discovered
  1. Checked the important thing was imported
$ gpg --list-keys
/residence/nikolai/.gnupg/pubring.kbx
--------------------------------
pub   rsa2048 2013-07-21 [SC]
      CAE1092AD3553FFD21C05DE36FC4C9F7F1BE8FEA
uid           [ unknown] pooler <[email protected]>
sub   rsa2048 2013-07-21 [E]
  1. Verified the electrum file
$ gpg --verify electrum-ltc-4.2.2.1-x86_64.asc.txt ./electrum-ltc-4.2.2.1-x86_64.AppImage
gpg: Signature made Solar 05 Jun 2022 16:29:30 EEST
gpg:                utilizing RSA key CAE1092AD3553FFD21C05DE36FC4C9F7F1BE8FEA
gpg: Good signature from "pooler <[email protected]>" [unknown]
gpg: WARNING: This key will not be licensed with a trusted signature!
gpg:          There is no such thing as a indication that the signature belongs to the proprietor.
Main key fingerprint: CAE1 092A D355 3FFD 21C0  5DE3 6FC4 C9F7 F1BE 8FEA

Why did I get “the secret’s not licensed? What did I unsuitable?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles