From: Jakub Narebski <jnareb@gmail.com>
To: James B <coderer@gmail.com>
Cc: git <git@vger.kernel.org>
Subject: Re: SSL certificate password storage?
Date: Sat, 24 Sep 2011 10:51:30 -0700 (PDT) [thread overview]
Message-ID: <m3aa9trfr2.fsf@localhost.localdomain> (raw)
In-Reply-To: <CAEsSSh2MDPgcFtrwYJ7uCDHBHPEfo35deE4dsWrb7Ukp7b310A@mail.gmail.com>
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
prev parent reply other threads:[~2011-09-24 17:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3aa9trfr2.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=coderer@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.