From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: =?utf-8?B?4oCYbnNzLWNlcnRz4oCZ?= missing in the installation image Date: Tue, 22 Jan 2019 14:20:52 +0100 Message-ID: <87ef94omkr.fsf_-_@gnu.org> References: <87zhrw7b94.fsf@ambrevar.xyz> <87ef96jerh.fsf@gnu.org> <875zuiksyo.fsf@ambrevar.xyz> <874la2ksx6.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gm1o9-0008G8-FX for guix-devel@gnu.org; Tue, 22 Jan 2019 14:34:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gm1b6-00058a-SG for guix-devel@gnu.org; Tue, 22 Jan 2019 14:20:33 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:51424) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gm1b6-000504-Gf for guix-devel@gnu.org; Tue, 22 Jan 2019 14:20:32 -0500 In-Reply-To: <874la2ksx6.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 21 Jan 2019 15:05:09 +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: Pierre Neidhardt Cc: Guix-devel Hi, Pierre Neidhardt skribis: > Wait, what about this: > >> - I was surprised to see that from the install image, curl, git, etc. wo= uld fail >> with an SSL error. It's annoying because I really needed to get my co= nfig.scm >> from an online source. >>=20 >> I only briefly investigated: the environment has >>=20 >> --8<---------------cut here---------------start------------->8--- >> SSL_CERT_DIR=3D/etc/ssl/certs >> SSL_CERT_FILE=3D/etc/ssl/certs/ca-certificates.crt >> --8<---------------cut here---------------end--------------->8--- >>=20 >> but the install image only has a /etc/ssl file. > > Is this broken or intentional? Can you point me at where this is defined? =E2=80=98nss-certs=E2=80=99 is intentionally not in %base-packages nor in t= he installation image. The rationale is that the package contains X.509 certificates bundled together by Mozilla and when we discussed it there was a rough consensus that it should be the user=E2=80=99s decision to trust these. One could object that IceCat comes with its own copy of these certificates anyway=E2=80=A6 Someone following the normal installation procedure shouldn=E2=80=99t need = those certificates though. WDYT? Ludo=E2=80=99.