i wanted to get serious about securing my bitcoins. so i bought an ubuntu notebook with the intention of keeping it offline to store my coins, keeping all wallet/backups all offline.
in the interest of preventing malware from ever entering my machine, i wanted to download whatever i needed onto a flash drive and put it on the offline machine. so i wanted to authenticate the download of bitcoin QT... that further required download of GPG4WIN (openPGP) to verify the signature when downloaded.
so i downloaded GPG4WIN and used sha1 checksum to verify its integrity. i installed it and ran kleopatra.
so i figured since GPG4WIN provides an OpenPGP signature for its downloads, that i would start with that. here's the problem --
when i go to import the .sig file, i can't. .sig is supposed to be openPGP, but kleopatra only seems to allow importation of .asc, .cer, .cert, .crt, .der, .pem, .gpg. is that right? am i missing something?
so i figured, maybe i am going about this wrong? i go to decrypt/verify files. the binary and signature file are in the same folder. when i go to decrypt/verify, i get the message "Not enough information to check signature validity." when i click to show details, it says "Signed on ... with unknown certicate ... The signature is invalid: No public certificate to verify the signature."
can someone explain what i am missing?
i feel like i am supposed to get GPG4WIN's public certificate and import it, after which it will be able to verify correctly. but what do i do with this .sig file?!?! i can't seem to find any public certificates posted at gpg4win.org.
this is going to be the end of me. bitcoin and associated technology is so frustrating in how difficult to use it is for the average user.