All of lore.kernel.org
 help / color / mirror / Atom feed
* user.signingkey without gpg? (using s/mime or ssh?)
@ 2014-04-18 20:04 Thomas Schittli
  2014-04-18 21:44 ` brian m. carlson
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Schittli @ 2014-04-18 20:04 UTC (permalink / raw)
  To: git


Dear Git Community
 
I've spent almost a day to find an answer to this question:
 
We already have trusted Certificates from a CA. Can we use them instead of an additional PGP key?
We already have:
- s/mime certificate
- web server ssl/tls certificate
- XMPP Jabber ssl/tls certificate
- Object Code Signing certificate
 
Or if we have to use a new pgp key: can we sign it using any of our certificates?
 
Thanks a lot for any hint in advance!,
kind regards,
Thomas
 
 
 
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: user.signingkey without gpg? (using s/mime or ssh?)
  2014-04-18 20:04 user.signingkey without gpg? (using s/mime or ssh?) Thomas Schittli
@ 2014-04-18 21:44 ` brian m. carlson
  0 siblings, 0 replies; 2+ messages in thread
From: brian m. carlson @ 2014-04-18 21:44 UTC (permalink / raw)
  To: Thomas Schittli; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

On Fri, Apr 18, 2014 at 10:04:50PM +0200, Thomas Schittli wrote:
> We already have trusted Certificates from a CA. Can we use them
> instead of an additional PGP key?

Git wants a key that can be used by GnuPG, and X.509 certificates can't
be.  It invokes the gpg binary that's in your path, so X.509 integration
isn't possible unless gpg learns about it.

> We already have:
> - s/mime certificate
> - web server ssl/tls certificate
> - XMPP Jabber ssl/tls certificate
> - Object Code Signing certificate
>  
> Or if we have to use a new pgp key: can we sign it using any of our
> certificates?

Only in the sense that you can sign any arbitrary piece of text or data
with your certificates.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-18 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18 20:04 user.signingkey without gpg? (using s/mime or ssh?) Thomas Schittli
2014-04-18 21:44 ` brian m. carlson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.