On October 15, 2018 2:01:58 PM CDT, Antoni Villalonga via blfs-dev <[email protected]> wrote: >Hi, > >It's my first post to the list. Hi!! > >I've noticed that make-ca doesn't list 'wget' as a ("build") >dependency. >While the proposed installation script uses 'wget' command I think it >should be listed. > >As a 'side-effect' my blfs automation script doesn't works. Of course >it's not relevant for the rest of the world :-P > >It's probably already discussed. > >Regards, > >-- >Antoni Villalonga >http://friki.cat/ >-- >http://lists.linuxfromscratch.org/listinfo/blfs-dev >FAQ: http://www.linuxfromscratch.org/blfs/faq.html >Unsubscribe: See the above information page > > >-- >This message has been scanned for viruses and dangerous content by >E.F.A. Project, and is believed to be clean. > >Click here to report this message as spam. >https://efa.lucasit.com/cgi-bin/learn-msg.cgi?id=08D1E60109.A9F3D&token=ec90d21f1bfad70021304b2458387b27
Seems the example in the book has been interpreted as a command block. make-ca hasn't used wget since v0.2, using openssl s_client instead to avoid any external dependencies for the system trust store. The CACert roots, as well as any other root certificates that you wish to install (that are not included with NSS) should be download using the same method as any other source file in BLFS, and the example instructions adapted for those files. I'll look at clarifying the surrounding text. --DJ -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
