Johan Heikkilä
Johan Heikkilä
Thanks, I had a similar issue (and in addition, the key wasn't visible in my public profile) and dropping and adding it again fixed it.
I have this issue as well. But "keybase pgp list" still shows my key. The worst thing is that I have referred to the public key in some places, but...
> ```shell > # Import the public key > keybase pgp export | gpg --import > # Import the private key > keybase pgp export -s | gpg --allow-secret-key-import --import...