From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: pypi import certs issues Date: Wed, 21 Mar 2018 21:14:47 -0400 Message-ID: <87woy4ews8.fsf@netris.org> References: <20180319132454.zf7xp3eblw3y4fe7@abyayala> <878taouhw5.fsf@gnu.org> <20180319174829.td7a64f3hjokb4fs@abyayala> <87zi32iu5g.fsf@gnu.org> <20180320174523.suhvrlijk5o3vbwp@abyayala> <87o9jhav5v.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyopY-00077x-Bs for guix-devel@gnu.org; Wed, 21 Mar 2018 21:15:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyopV-00078k-62 for guix-devel@gnu.org; Wed, 21 Mar 2018 21:15:48 -0400 Received: from world.peace.net ([50.252.239.5]:49438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eyopV-00070Y-1A for guix-devel@gnu.org; Wed, 21 Mar 2018 21:15:45 -0400 In-Reply-To: <87o9jhav5v.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 22 Mar 2018 00:03:24 +0100") 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" To: Ricardo Wurmus Cc: guix-devel@gnu.org, ng0 Ricardo Wurmus writes: > ng0 writes: > >> Continuing thought: Why is ~/.guix-profile/etc/ssl/certs/ >> empty? I assume it is just for user-space (space=3Dprofile in my >> line of thought here) certificates which are not global? Yes, that's right. > Which of the packages in your profile provides this directory? What > does =E2=80=9Creadlink=E2=80=9D tell you? The directory is created by the 'ca-certificate-bundle' profile hook in (guix profiles), whose purpose is to create a single-file certificate bundle in ../etc/ssl/certs/ca-certificates.crt containing all of the certs from all of the certificate packages included in the profile. Mark