- From: Andrei Sambra <andrei@w3.org>
- Date: Mon, 27 Oct 2014 00:23:13 -0700
- To: Melvin Carvalho <melvincarvalho@gmail.com>,Andrei Sambra <andrei.sambra@gmail.com>
- Cc: public-rww@w3.org
Received on Monday, 27 October 2014 07:23:27 UTC
You might have to add the CA bundle. Gandi gives you an extra cert containing the bundle. Just append it to your server's cert: `cat cabundle.pem >> cert.pem` On Oct 27, 2014, Melvin Carvalho <melvincarvalho@gmail.com> wrote: >On 27 October 2014 01:43, Andrei Sambra <andrei.sambra@gmail.com> >wrote: > >> It is very simple! Just start gold with: `--tlsCertFile="cert.pem" >> -tlsKeyFile="key.pem"` >> > >Done! That works! > >However, in firefox I still get: > >"The certificate is not trusted because no issuer chain was provided." > >I think this is perhaps because the gandi certificate needs to somehow >be >provided too? > >In apache I can solve this by putting it in the /etc/ssl/certs/ >directory I >think ... > > >> >> That's it! :) >> >> On Sun, Oct 26, 2014 at 12:52 PM, Melvin Carvalho < >> melvincarvalho@gmail.com> wrote: >> >>> I've been using GOLD [1] lately and really liking it. >>> >>> However the UX in browsers gives me a warning often, so I decided to >buy >>> a CA cert (gandi) >>> >>> I was wondering if it's possible to use that cert with GOLD to get >rid of >>> the warnings, so that it's easier to demo various apps, based on >LDP? >>> >>> [1] https://github.com/linkeddata/gold >>> >> >>
Received on Monday, 27 October 2014 07:23:27 UTC