make-ca: Remove a section that was supposed to be removed after 9.0, and fix spacing nitpick for SysV update-pki file

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22180 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-09-21 16:50:53 +00:00
parent 591e1881b7
commit d9ed7ccbdc

View File

@ -131,13 +131,14 @@ install -vdm755 /etc/ssl/local</userinput></screen>
<screen role="root"><userinput>/usr/sbin/make-ca -g</userinput></screen>
<!-- Remove at 8.5 or 9.0 -->
<para>Previous versions of BLFS used the path
<!-- <para>Previous versions of BLFS used the path
<filename>/etc/ssl/ca-bundle.crt</filename> for the
<xref linkend="gnutls"/> certificate store. If software is still installed
that references this file, create a compatibility symlink for the old
location as the <systemitem class="username">root</systemitem> user:</para>
<screen role="nodump"><userinput>ln -sfv /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/ca-bundle.crt</userinput></screen>
It's after 9.0 -->
<para>You should periodically update the store with the above command,
either manually, or via a <phrase revision="sysv">cron job.</phrase>
@ -152,7 +153,7 @@ install -vdm755 /etc/ssl/local</userinput></screen>
<phrase revision="systemd">enable the systemd timer:</phrase>
</para>
<screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly &amp;&amp;
<screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly &amp;&amp;
cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
<literal>#!/bin/bash
/usr/sbin/make-ca -g</literal>