Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get my actual GPG key? #10

Open
OrionRandD opened this issue Jun 10, 2021 · 3 comments
Open

How do I get my actual GPG key? #10

OrionRandD opened this issue Jun 10, 2021 · 3 comments
Assignees

Comments

@OrionRandD
Copy link

"... Remember to replace ABC1234 with your actual GPG key..."

How do I get my actual GPG key?
What is the cli command for this?

I have got a fingerprint with

gpg --fingerprint $USER

The number is very big, then I put it in the
spawn --key field and qutebrowser throws me an error

@ususdei
Copy link
Owner

ususdei commented Jun 15, 2021

The keyid can be anything gnupg understands as a recipient identifier.
So this can either be the keys email-address or the fingerprint in its long or shorter forms.

You can get the short form e.g. with gpg -K --keyid-format short after the key format.
The full fingerprint should also work - just remember to omit or quote the spaces properly.

@HelmicNewciv
Copy link

Gotta say, loving the extension so far. Just wanted to mention this feature would be appreciated, since I gotta go open KeePassXC by hand right now to fetch the TOTP.

@ususdei
Copy link
Owner

ususdei commented Nov 27, 2021

Hi @HelmicNewciv ,
did you intend to comment on #6 ?
In that case, you should give the latest update a try :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants