Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 13:34:14 +1030
From:      Shane Ambler <FreeBSD@ShaneWare.Biz>
To:        David Benfell <benfell@parts-unknown.org>, freebsd-questions@freebsd.org
Subject:   Re: what's the story with openssl?
Message-ID:  <54A2162E.8020709@ShaneWare.Biz>
In-Reply-To: <20141228184319.GA84504@home.parts-unknown.org>
References:  <20141228184319.GA84504@home.parts-unknown.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29/12/2014 05:13, David Benfell wrote:
> Hi all,
>
> This seems like it should be an unbelievably stupid question. But I
> guess FreeBSD's idea of sane defaults for openssl do not accord with
> my idea of sane defaults for openssl.
>
> I have tried the security/ca_root_nss port now both with and without
> the option to create the link in /etc. It doesn't help.
>
> Why am I having to specify --ca-certificate
> /usr/local/share/certs/ca-root-nss.crt to make wget work? What do I
> have to do to make this not necessary--and *stay* not necessary?
>
> Thanks!
>

~/.wgetrc is wget's startup file and can hold any config you want to
always be used by wget.

I expect the entry to be
ca-certificate = /usr/local/share/certs/ca-root-nss.crt
or maybe
ca-directory = /usr/local/share/certs/


-- 
FreeBSD - the place to B...Software Developing

Shane Ambler




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54A2162E.8020709>