mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
corrected path of ca-bundle.crt, recommended dep of OpenSSL, and corrected id for rootcerts.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7803 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
41ca145c6d
commit
1db74e9b22
@ -51,6 +51,10 @@
|
||||
<para>[dj] - Updated dependencies for Xorg Server to include pixman
|
||||
and removed pixman from Xorg Libs wget list.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Added Root Certificates as recommended dependency to
|
||||
OpenSSL and changed installation path for ca-bundle.crt.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -67,9 +67,9 @@
|
||||
|
||||
<bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended
|
||||
(if you run the test suite during the build)</bridgehead>
|
||||
<para role="recommended"><xref linkend="bc"/></para>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="bc"/>(if you run the test suite
|
||||
during the build) and <xref linkend="rootcerts"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="mitkrb"/> or
|
||||
|
@ -5,7 +5,7 @@
|
||||
%general-entities;
|
||||
]>
|
||||
|
||||
<sect1 id="postlfs-config-rootcerts" xreflabel="Root Certificates">
|
||||
<sect1 id="rootcerts" xreflabel="Root Certificates">
|
||||
<?dbhtml filename="rootcerts.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
<title>Root Certificates</title>
|
||||
|
||||
<indexterm zone="postlfs-config-rootcerts">
|
||||
<indexterm zone="rootcerts">
|
||||
<primary sortas="e-cabundle">ca-bundle.crt</primary>
|
||||
</indexterm>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
the file world readable by issuing the following commands as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -d /etc/ssl/certs &&
|
||||
install -m644 ca-bundle.crt /etc/ssl/certs</userinput></screen>
|
||||
<screen role="root"><userinput>install -v -d /etc/ssl &&
|
||||
install -m644 ca-bundle.crt /etc/ssl</userinput></screen>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user