Enigmail: Cannot import key
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
I am having much trouble importing this guy's key.
https://thomasholbrook.com/contact-me/
>
> Enigmail Decrypted message; Unverified signature; click on the 'Import Key' button to import the key
Import Key
> The attachment '0x32F71C3A0AE464DB.asc' you are opening appears to be an OpenPGP key file.
>
> Click 'Import' to import the keys contained or 'View' to view the file contents in a browser window
Import
> We could not find any key matching the specified search criteria.
cal@bender:~$ echo "-----BEGIN PGP PUBLIC KEY BLOCK-----
>
> mDMEXve8hxYJKwYBBAHaRw8BAQdAW56rSx0PCXjnmEnBdJsPW7pYJVp2TH2MmYok
> jGoHePe0LlRob21hcyBIb2xicm9vayBJSSA8dGhvbWFzQHRob21hc2hvbGJyb29r
> LmNvbT6IlgQTFggAPhYhBH437QLcZwLpivbcKzL3HDoK5GTbBQJe97yHAhsDBQkJ
> ZgGABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEDL3HDoK5GTbB08A/iNpTG0o
> E9z8OOpRKS6LxImq9zCDyxochaxg1LzYL6pKAQCcLJOyZLf7YVyKaPjB8cDlZKjY
> xGM6w1I5uHtwQ/KJD7g4BF73vIcSCisGAQQBl1UBBQEBB0CGxw0wsFwUTbLC9mDr
> /xojtYClzzxZZIV/dYU0NwsfeAMBCAeIfgQYFggAJhYhBH437QLcZwLpivbcKzL3
> HDoK5GTbBQJe97yHAhsMBQkJZgGAAAoJEDL3HDoK5GTbGEIA/0CxUhCal0+pt3gs
> sTaChTxtzOVL8CtW/r2jfLGZk9/cAP9GLSQ/pEZ+X6HgzOXOFn2Q2X/d3pRqwRH/
> JYm2l47iCQ==
> =svG7
> -----END PGP PUBLIC KEY BLOCK-----" | gpg --import
gpg: key 0AE464DB: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg: w/o user IDs: 1
cal@bender:~$
--
Caleb Herbert
KE0VVT
(816) 892-9669
https://bluehome.net/csh
Did you try saving the public key to a text file and import it from there. It's been a while since I used gpg, but I found the documentation on how to do it.
On Sat, 27 Jun 2020 17:03:47 -0500
Caleb Herbert <name at domain> wrote:
> I am having much trouble importing this guy's key.
>
> https://thomasholbrook.com/contact-me/
I tried to import the key using gpg directly from a text file , and
getting the same error message.
$ gpg --import example.asc
gpg: key 0AE464DB: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg: w/o user IDs: 1
As GPG says it "may be caused by of missing self signature". Maybe
per didn't signed the key perself.
It works with gpg2.
$ gpg2 --import d.pub
- Vous devez vous identifier ou créer un compte pour écrire des commentaires