mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
591e1881b7
commit
d9ed7ccbdc
@ -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 &&
|
||||
<screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly &&
|
||||
cat > /etc/cron.weekly/update-pki.sh << "EOF" &&
|
||||
<literal>#!/bin/bash
|
||||
/usr/sbin/make-ca -g</literal>
|
||||
|
Loading…
Reference in New Issue
Block a user