Skip to main content
XIII
February 15, 2022
Question

GPG support? (like SSH)

  • February 15, 2022
  • 80 replies
  • 17164 views

Would it be possible to add similar support for GPG keys?

80 replies

Lucent
February 15, 2022

Very interested in this as well.

February 15, 2022

I'm interested in this as well since we have to GPG keys for commit verification in our Github projects.

February 15, 2022

I’d like to see this feature as well.

February 16, 2022

Hey folks! Love to see the enthusiasm here and we are definitely evaluating this to add going forward 😄 Stay tuned!

February 16, 2022

Great to hear! Thank you 😀

XIII
XIIIAuthor
February 16, 2022

Excellent!

(Like @smanojkarthick my main use case is signing commits on GitHub so that they become verified)

Lucent
February 16, 2022

My use case isn't so much interacting with other certificates the way I do with SSH but storing them in a robust way, so even accepting other types that did nothing other than storage would be great. For example, ProtonMail and other certificates corresponding to email addresses. Currently, they're all lumped into one .asc as a document in 1Password along with a note of how the backup was created: gpg --output pgp_keys.asc --armor --export-secret-keys --export-options export-backup so anything would be an improvement over that.

XIII
XIIIAuthor
February 16, 2022

Yes, just storing (and optionally showing some additional relevant fields within the 1Password GUI) would already be nice.

February 16, 2022

I would like to see this support as well. Not just for secret GPG keys, but actually it would be somewhat awesome if 1Password could completely replace the need for GPG Suite on my Mac (I mostly use GPG for Git commit signing, so don't have GPGMail installed) by supporting the storage of public keys as well.

February 16, 2022

Targeting at commit signing with git:
Since git v2.34 it is possible to sign commits with ssh keys. Currently there is no verified badge on platforms like GitHub, but since git v2.34 was only released at the end of 2021, I think it should be supported on these platforms in the near future.