[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store
From: |
Andreas Enge |
Subject: |
Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store |
Date: |
Wed, 4 Feb 2015 13:36:52 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hello,
On Mon, Feb 02, 2015 at 06:11:02PM -0500, Mark H Weaver wrote:
> +
> "--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt")))
I would suggest to use --with-default-trust-store-dir=/etc/ssl/certs instead.
The option is available in gnutls-3.3.12, which I am building in the
wip-gnutls branch right now, and which looks good to push.
This would allow us to provide not only a single file, but to potentially
merge different trust stores. We could also, for instance, prepare a package
per certification authority, so that the user could install exactly the
ones he trusts.
Andreas