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 groundwork for supporting local certificate