On 10/11/2016 06:45, DJ Lucas wrote:
On 11/09/2016 09:28 PM, Ken Moffat wrote:
On Wed, Nov 09, 2016 at 04:33:15PM -0600, DJ Lucas wrote:
The script that I posted the other day.
Got it, thanks - make-ca.sh as an attachment in the curl thread, from
Tuesday a.m. in your timezone.
Typo in LANG (UFT for UTF).
LOL. Thank you. I scratched my head for about half an hour, then
jumped back into this thread.
I don't claim to understand all of it (I haven't had time to follow
up on the links you offered), but from the comments it looks
reasonable.
I'm actually putting the finishing touches on a modified version of
the old method with no hard dependencies other than OpenSSL. The
shared NSS DB and Java cacerts are only generated if certutil and
keytool (resp.) are found in PATH. Almost done with the technical
part, now I just have to write a clear explanation of how it all ties
together.
If anybody more capable than I could come up with something better
than concatenating multiple lines (format is
'\123\321...\400\n\300\123\321...\400\n') and running through printf
to replace this perl snipit, it'd be much appreciated:
my @bs = split( /\\/ );
foreach my $b (@bs)
{
chomp $b;
printf( OUT "%c", oct($b) ) unless $b eq '';
}
I banged my head against the wall for a couple of hours to come up
with that ugly hack.
--DJ
Why don't you want to use perl scripts? I'd say it is OK as long as no
modules out of those installed in LFS are needed.
Or perl -e inside bash scripts...
Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page