From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: need help with certificate bundles for ALL the platforms Emacs supports Date: Mon, 13 Feb 2012 21:32:14 -0500 Message-ID: References: <4F25FA2F.2010401@gmail.com> <4F27F4A1.6030907@gmail.com> <6E4BE1E758D04283A7C3A660ED379966@us.oracle.com> <87liolnipl.fsf@lifelogs.com> <50081AA79F2F4860A3B9DCEDFC1ABEC8@us.oracle.com> <877h04nc2e.fsf@lifelogs.com> <83ehucfjc8.fsf@gnu.org> <87r4ycjbjz.fsf_-_@lifelogs.com> <83mx8zev8s.fsf@gnu.org> <87vcnnj1xm.fsf@lifelogs.com> <87ipjgw0r3.fsf_-_@lifelogs.com> <87zkcqr4td.fsf@lifelogs.com> <87fwef8zui.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329186743 5875 80.91.229.3 (14 Feb 2012 02:32:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 02:32:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 14 03:32:22 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx8Bp-0003jf-DN for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2012 03:32:21 +0100 Original-Received: from localhost ([::1]:50006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx8Bn-0002gU-VZ for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2012 21:32:19 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx8Bk-0002g5-7b for emacs-devel@gnu.org; Mon, 13 Feb 2012 21:32:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx8Bi-0006UE-T3 for emacs-devel@gnu.org; Mon, 13 Feb 2012 21:32:15 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx8Bi-0006UA-QT for emacs-devel@gnu.org; Mon, 13 Feb 2012 21:32:14 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rx8Bi-00037U-CF; Mon, 13 Feb 2012 21:32:14 -0500 X-Spook: White House FTS2000 wire transfer Guantanamo Bellcore X-Ran: OCe`_=I{Py}hQOm34inG]-`.v,hjKEZV/gkLqRcegQfjWKh~BtuX{=j (Ted Zlatanov's message of "Sun, 12 Feb 2012 17:13:25 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148598 Archived-At: Ted Zlatanov wrote: > + ;; Fedora and RHEL > + "/etc/pki/tls/certs/ca-bundle.crt" FWIW, on RHEL6 I have both /etc/pki/tls/certs/ca-bundle.crt: # This is a bundle of X.509 certificates of public Certificate # Authorities. It was generated from the Mozilla root CA list. and /etc/pki/tls/certs/ca-bundle.trust.crt: # This is a bundle of X.509 certificates of public Certificate # Authorities. It was generated from the Mozilla root CA list. # These certificates are in the OpenSSL "TRUSTED CERTIFICATE" # format and have trust bits set accordingly. I have no idea which of those you want. The latter is slightly larger.