From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store Date: Wed, 19 Feb 2014 10:26:44 +0100 Message-ID: <20140219092644.GA4694@debian.eduroam.u-bordeaux.fr> References: <87ppmjn7ih.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG3Qs-00008H-0M for guix-devel@gnu.org; Wed, 19 Feb 2014 04:27:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WG3Qk-0002c6-MU for guix-devel@gnu.org; Wed, 19 Feb 2014 04:27:09 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:62307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WG3Qk-0002bq-CI for guix-devel@gnu.org; Wed, 19 Feb 2014 04:27:02 -0500 Content-Disposition: inline In-Reply-To: <87ppmjn7ih.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Tue, Feb 18, 2014 at 09:47:18PM -0500, Mark H Weaver wrote: > This patch is needed to allow gnutls to find the system-wide trust store > (trusted CA certificates). > + "--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt"))) As there is no system, and we advertise per user configuration, should this not rather be $HOME/.guix-profile/etc/...? Which probably does not work as it would be needed to be "resolved" at execution time. Is there any way of telling gnutls to use an environment variable? Andreas