git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SSL certificate password storage?
@ 2011-09-23 22:41 James B
  2011-09-24  1:04 ` Jay Soffian
  2011-09-24 17:51 ` Jakub Narebski
  0 siblings, 2 replies; 3+ messages in thread
From: James B @ 2011-09-23 22:41 UTC (permalink / raw)
  To: git

I'm accessing a Git repository over an HTTPS transport, where client
certificates are required.  My certificate requires a password to use,
and Git prompts me for this every time I use it -- it's starting to
get a little old.  I've got Subversion set up to use Gnome-Keyring for
credentials, so I only have to unlock that once per session.  Is there
something similar for Git?  Is it planned?  If not, is there a good
place to make feature requests?

R/
James

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

* Re: SSL certificate password storage?
  2011-09-23 22:41 SSL certificate password storage? James B
@ 2011-09-24  1:04 ` Jay Soffian
  2011-09-24 17:51 ` Jakub Narebski
  1 sibling, 0 replies; 3+ messages in thread
From: Jay Soffian @ 2011-09-24  1:04 UTC (permalink / raw)
  To: James B; +Cc: git

On Fri, Sep 23, 2011 at 6:41 PM, James B <coderer@gmail.com> wrote:
> I'm accessing a Git repository over an HTTPS transport, where client
> certificates are required.  My certificate requires a password to use,
> and Git prompts me for this every time I use it -- it's starting to
> get a little old.  I've got Subversion set up to use Gnome-Keyring for
> credentials, so I only have to unlock that once per session.  Is there
> something similar for Git?  Is it planned?  If not, is there a good
> place to make feature requests?

It's being worked on -
http://www.google.com/search?q=git+credential+helper+site:gmane.org

j.

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

* Re: SSL certificate password storage?
  2011-09-23 22:41 SSL certificate password storage? James B
  2011-09-24  1:04 ` Jay Soffian
@ 2011-09-24 17:51 ` Jakub Narebski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2011-09-24 17:51 UTC (permalink / raw)
  To: James B; +Cc: git

James B <coderer@gmail.com> writes:

> I'm accessing a Git repository over an HTTPS transport, where client
> certificates are required.  My certificate requires a password to use,
> and Git prompts me for this every time I use it -- it's starting to
> get a little old.  I've got Subversion set up to use Gnome-Keyring for
> credentials, so I only have to unlock that once per session.  Is there
> something similar for Git?  Is it planned?  If not, is there a good
> place to make feature requests?

There is "credential helper" series:
 * infrastructure and simple example implementations,
   like in-memory cache by Jeff King
 * credential helper for MacOS X keychain from Jay Soffian
 * credential helper for KDE (KWallet) from Lukas Sandström
 * simple credential helper for Windows by Erik Faye-Lund

In 'next' there is only sample implemetations (credentia-cache and
credential-store).  Some of the rest you can find in 'pu', others only
on git mailing list.

Currently there are no credentials helper for GNOME.  Perhaps you can
write one?

-- 
Jakub Narębski

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

end of thread, other threads:[~2011-09-24 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 22:41 SSL certificate password storage? James B
2011-09-24  1:04 ` Jay Soffian
2011-09-24 17:51 ` Jakub Narebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).