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