Author: renodr
Date: Sat Sep 21 09:50:53 2019
New Revision: 22180

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

Modified:
   trunk/BOOK/postlfs/security/make-ca.xml

Modified: trunk/BOOK/postlfs/security/make-ca.xml
==============================================================================
--- trunk/BOOK/postlfs/security/make-ca.xml     Sat Sep 21 09:42:56 2019        
(r22179)
+++ trunk/BOOK/postlfs/security/make-ca.xml     Sat Sep 21 09:50:53 2019        
(r22180)
@@ -131,13 +131,14 @@
 <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 @@
     <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>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to