From mboxrd@z Thu Jan 1 00:00:00 1970 From: James B Subject: SSL certificate password storage? Date: Fri, 23 Sep 2011 15:41:07 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: git X-From: git-owner@vger.kernel.org Sat Sep 24 00:41:32 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R7ER2-0005Wd-A8 for gcvg-git-2@lo.gmane.org; Sat, 24 Sep 2011 00:41:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752663Ab1IWWl2 (ORCPT ); Fri, 23 Sep 2011 18:41:28 -0400 Received: from mail-pz0-f66.google.com ([209.85.210.66]:57839 "EHLO mail-pz0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583Ab1IWWl1 (ORCPT ); Fri, 23 Sep 2011 18:41:27 -0400 Received: by pzk1 with SMTP id 1so2135193pzk.1 for ; Fri, 23 Sep 2011 15:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=rvvFpLp1UpF49LgvYGum6oLlsX0H70DnSH+HMCJx8TI=; b=GFEMJBZVdXdtLzzEdqVnqfnaZAoCCyhHGhbWsnelI4TvsjqN7JKBOAA4URWoTj+x8E RJpdCZ4dRbLDlVjX9L/tbWn0bBW3mX+kE1iST7aPmYcCYYQQwVcBW+Q3XZvd3kjFb7R6 cYNP+xMTZSfVPRn5ZWShyPUM3sUypNxPh7CiA= Received: by 10.68.20.226 with SMTP id q2mr12560222pbe.115.1316817687032; Fri, 23 Sep 2011 15:41:27 -0700 (PDT) Received: by 10.68.63.162 with HTTP; Fri, 23 Sep 2011 15:41:07 -0700 (PDT) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 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