From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30619: Cuirass requires TLS certificates Date: Tue, 27 Feb 2018 17:00:40 +0100 Message-ID: <87lgfe1kyf.fsf@gnu.org> References: <20180226205158.GA2432@jurong> 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]:50587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqhgg-0006g6-BD for bug-guix@gnu.org; Tue, 27 Feb 2018 11:01:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqhgc-00009R-E1 for bug-guix@gnu.org; Tue, 27 Feb 2018 11:01:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56142) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqhgc-00009M-8l for bug-guix@gnu.org; Tue, 27 Feb 2018 11:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqhgc-0006Fs-0m for bug-guix@gnu.org; Tue, 27 Feb 2018 11:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180226205158.GA2432@jurong> (Andreas Enge's message of "Mon, 26 Feb 2018 21:51:58 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 30619@debbugs.gnu.org Andreas Enge skribis: > the cuirass service requires TLS certificates to do continuous integration > of guix (or more generally, git repositories served over https). This wor= ks > when nss-certs is installed as a global package in the system. > > Should the service depend on the nss-certs package? Or maybe take as an > optional configuration parameter a certificate package? I thought that, instead of assuming /etc/ssl/certs exists, the Cuirass service could use (file-append nss-certs "/etc/ssl/certs/ca-certificates.cr= t"). That would make it self-contained. That=E2=80=99s currently not possible though because this certificate bundl= e is built as a profile hook. We would first need to export the procedure that creates bundles, possibly by moving it to a new (guix x509-certificates) module. Thoughts? Ludo=E2=80=99.