Re: root certificate

2018-06-14 Thread Mark H Weaver
Hi Chris, Chris Marusich writes: > Mark H Weaver writes: > >>;; Create hash symlinks suitable for OpenSSL ('SSL_CERT_DIR' and >>;; similar.) >>(chdir (string-append %output "/etc/ssl/certs")) >>(invoke (string-append perl "/bin/perl") >>

Re: root certificate

2018-06-13 Thread Chris Marusich
Mark H Weaver writes: >;; Create hash symlinks suitable for OpenSSL ('SSL_CERT_DIR' and >;; similar.) >(chdir (string-append %output "/etc/ssl/certs")) >(invoke (string-append perl "/bin/perl") >(string-append openssl "/bin/c_reh

Re: root certificate

2018-06-13 Thread Mark H Weaver
Mark H Weaver writes: > Something like this (untested): > > (define-public my-root-cert > (package > (name "my-root-cert") > (version "0") > (source #f) > (build-system trivial-build-system) > (arguments > '(#:modules ((guix build utils)) >#:builder >(be

Re: root certificate

2018-06-13 Thread Mark H Weaver
Hi Divan, Divan Santana writes: > How does one import a root certificate for GuixSD? > > I didn't see it in the manual. You didn't see it because we don't yet have a polished way to do this, unfortunately. The good news is that we've already laid the gr

Re: root certificate

2018-06-12 Thread Chris Marusich
Hi Divan, Divan Santana writes: > Joshua Branson writes: > >> Divan Santana writes: >> >>> Hi Guix :) >>> >>> How does one import a root certificate for GuixSD? >> >> This probably isn't helpful, but what is a root certific

Re: root certificate

2018-06-12 Thread Tonton
I would look at the nss-certs package and make a package definition using nss-certs as a template or even inheriting from it. I have now had a quick look at nss-certs and it is too complex for me to change without sitting down with it for a while. So I think I would then go on to use the simple bu

Re: root certificate

2018-06-12 Thread Divan Santana
myg...@gmail.com writes: > On 06/11/2018 at 12:59 Joshua Branson writes: > >> Divan Santana writes: >> >>> Hi Guix :) >>> >>> How does one import a root certificate for GuixSD? >> >> This probably isn't helpful, but what i

Re: root certificate

2018-06-12 Thread Divan Santana
Joshua Branson writes: > Divan Santana writes: > >> Hi Guix :) >> >> How does one import a root certificate for GuixSD? > > This probably isn't helpful, but what is a root certificate? https://en.wikipedia.org/wiki/Root_certificate In cryptography and compu

Re: root certificate

2018-06-11 Thread myglc2
On 06/11/2018 at 12:59 Joshua Branson writes: > Divan Santana writes: > >> Hi Guix :) >> >> How does one import a root certificate for GuixSD? > > This probably isn't helpful, but what is a root certificate? > >> >> I didn't see it in the ma

Re: root certificate

2018-06-11 Thread Joshua Branson
Divan Santana writes: > Hi Guix :) > > How does one import a root certificate for GuixSD? This probably isn't helpful, but what is a root certificate? > > I didn't see it in the manual. > > (Hopefully I didn't miss it. I need to read up on using info within Emacs > better.) > -- > Divan

root certificate

2018-06-11 Thread Divan Santana
Hi Guix :) How does one import a root certificate for GuixSD? I didn't see it in the manual. (Hopefully I didn't miss it. I need to read up on using info within Emacs better.) -- Divan