Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
XIII
4 years agoSuper Contributor
GPG support? (like SSH)
Would it be possible to add similar support for GPG keys?
86 Replies
- NeztebNew Contributor
Chiming in to echo that I'd love GPG support!
- Former Member
+1 for this. Even with SSH signing I'd love GPG support for email among other things. It would beat adding my key as a file.
- ionosOccasional Contributor
top of my head:
- key servers for verification, web of trust (an SSH commit signature by itself means nothing, if I don't know the key)
- existing workflows based on GPG
- subkeys
- floris_1P
1Password Team
What are the benefits you're seeing of using GPG over SSH for commit signing?
- jauNew Contributor
GPG keys exist in a web of trust outside of the specific platform that I am using to host my code.
- Former Member
I would love to see support for GPG!
As previously stated by some, I use GPG for signing commits with GIT (I also prefer it over SSH keys).
- ionosOccasional Contributor
I think it has all been mentioned before on this thread, but here it does:
- File encryption (e.g. for archiving sensitive information)
- Git comment signing (we prefer it over signing with SSH keys)
- Email encryption/signing
Cheers,
-i - floris_1P
1Password Team
To all the +1'ers in this thread: it would be helpful if you could also describe what you're doing now that requires GPG.
- jauNew Contributor
Signing code commits and releases is my primary use case.
- doubleforteOccasional Contributor
+1
- Former Member
+1