Changeset 1db74e9


Ignore:
Timestamp:
03/12/2009 08:18:53 AM (15 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aed37975
Parents:
41ca145
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r41ca145 r1db74e9  
    5252          and removed pixman from Xorg Libs wget list.</para>
    5353        </listitem>
     54        <listitem>
     55          <para>[dj] - Added Root Certificates as recommended dependency to
     56          OpenSSL and changed installation path for ca-bundle.crt.</para>
     57        </listitem>
    5458      </itemizedlist>
    5559    </listitem>
  • postlfs/security/openssl.xml

    r41ca145 r1db74e9  
    6868    <bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
    6969
    70     <bridgehead renderas="sect4">Recommended
    71     (if you run the test suite during the build)</bridgehead>
    72     <para role="recommended"><xref linkend="bc"/></para>
     70    <bridgehead renderas="sect4">Recommended</bridgehead>
     71    <para role="recommended"><xref linkend="bc"/>(if you run the test suite
     72    during the build) and <xref linkend="rootcerts"/></para>
    7373
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
  • postlfs/security/rootcerts.xml

    r41ca145 r1db74e9  
    66]>
    77
    8 <sect1 id="postlfs-config-rootcerts"  xreflabel="Root Certificates">
     8<sect1 id="rootcerts"  xreflabel="Root Certificates">
    99  <?dbhtml filename="rootcerts.html"?>
    1010
     
    1616  <title>Root Certificates</title>
    1717
    18   <indexterm zone="postlfs-config-rootcerts">
     18  <indexterm zone="rootcerts">
    1919    <primary sortas="e-cabundle">ca-bundle.crt</primary>
    2020  </indexterm>
     
    4646  <systemitem class="username">root</systemitem> user:</para>
    4747
    48 <screen role="root"><userinput>install -v -d /etc/ssl/certs &amp;&amp;
    49 install -m644 ca-bundle.crt /etc/ssl/certs</userinput></screen>
     48<screen role="root"><userinput>install -v -d /etc/ssl &amp;&amp;
     49install -m644 ca-bundle.crt /etc/ssl</userinput></screen>
    5050
    5151</sect1>
Note: See TracChangeset for help on using the changeset viewer.