From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: need help with certificate bundles for ALL the platforms Emacs supports Date: Tue, 14 Feb 2012 14:04:31 +0000 Message-ID: References: <84hayumknr.fsf@aol.com> <87y5s5v9ot.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329228310 23169 80.91.229.3 (14 Feb 2012 14:05:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2012 14:05:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 14 15:05:07 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 1RxJ0E-0007qr-MC for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2012 15:05:06 +0100 Original-Received: from localhost ([::1]:51102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxJ0D-0001I9-Vi for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2012 09:05:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxJ04-0001GK-07 for emacs-devel@gnu.org; Tue, 14 Feb 2012 09:05:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxIzy-0007C7-EX for emacs-devel@gnu.org; Tue, 14 Feb 2012 09:04:55 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxIzy-0007C2-9R for emacs-devel@gnu.org; Tue, 14 Feb 2012 09:04:50 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RxIzt-0007Wo-9c for emacs-devel@gnu.org; Tue, 14 Feb 2012 15:04:45 +0100 Original-Received: from 193.34.186.16 ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 15:04:45 +0100 Original-Received: from andrewjmoreton by 193.34.186.16 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Feb 2012 15:04:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.34.186.16 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) Cancel-Lock: sha1:Rv/biL0BBznudgYUhmxiMTYFi9E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:148605 Archived-At: On Tue 14 Feb 2012, Ted Zlatanov wrote: > On Mon, 13 Feb 2012 17:30:00 -0500 nyc4bos@aol.com wrote: > > n> Cygwin: /usr/ssl/cert/ca-bundle.crt > > Added to `gnutls-trustfiles', thank you. > > Ted For Cygwin 1.7.x that should be as below: 1) /usr/ssl/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. 2) /usr/ssl/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. The comments suggest that this pair of files have similar meaning to the Redhat certs mentioned upthread. AndyM