Changeset e6af89ca


Ignore:
Timestamp:
11/26/2016 10:29:24 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f940739
Parents:
038b4c75
Message:

Use versioned make-ca.sh script, add note about -f and -h switches, add -D/--destdir flag to make-ca.sh.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18013 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r038b4c75 re6af89ca  
    5151          of --with-ca-bundle, and remove mk-ca-bundle.pl.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[dj] - Use versioned make-ca.sh script and update to
     55          make-ca.sh-20161126.</para>
     56        </listitem>
    5357      </itemizedlist>
    5458    </listitem>
  • packages.ent

    r038b4c75 re6af89ca  
    2323<!ENTITY linux-pam-docs-version       "1.2.0">
    2424<!ENTITY libpwquality-version         "1.3.0">
     25<!ENTITY make-ca-version              "20161126">
    2526<!ENTITY mitkrb-major-version         "1.14">
    2627<!ENTITY mitkrb-version               "1.14.4">
  • postlfs/security/cacerts.xml

    r038b4c75 re6af89ca  
    1212  <!ENTITY cacerts-time          "0.2 SBU (with all runtime deps)">
    1313
    14   <!ENTITY make-ca-download      "&sources-anduin-http;/other/make-ca.sh">
     14  <!ENTITY make-ca-download      "&sources-anduin-http;/other/make-ca.sh-&make-ca-version;">
    1515  <!ENTITY make-ca-size          "11 KB">
    16   <!ENTITY make-ca-md5sum        "9e416981cd153d8923e06dc8e39ac534">
     16  <!ENTITY make-ca-md5sum        "fca9ae62242800a9dcaee5d400ee5c41">
    1717]>
    1818
     
    101101    <title>Installation of Certificate Authority Certificates</title>
    102102
    103     <para>The <application>make-ca.sh</application> script will adapt the
     103    <para>The <application>make-ca.sh</application> script will process the
    104104    certificates included in the <filename>certdata.txt</filename> file
    105105    for use in multiple certificate stores (if the associated applications are
     
    137137    As the <systemitem class="username">root</systemitem> user:</para>
    138138
    139 <screen role="root"><userinput>install -vm755 make-ca.sh /usr/sbin</userinput></screen>
     139<screen role="root"><userinput>install -vm755 make-ca.sh-&make-ca-version; /usr/sbin/make-ca.sh</userinput></screen>
    140140
    141141   <para>As the <systemitem class="username">root</systemitem> user, make sure
     
    152152    latest available version of the certificates.</para>
    153153
     154    <note>
     155      <para>If running the script a second time with the same version of
     156      <filename>certdata.txt</filename>, for instance, to add additional stores
     157      as the requisite software is installed, add the <parameter>-f</parameter>
     158      switch to the command line. If packaging, run <command>make-ca.sh
     159      --help</command> to see all available command line options.</para>
     160    </note>
     161
    154162    <para>The <filename>certdata.txt</filename> file provided by BLFS is
    155163    obtained from the mozilla-release branch, and is modified to provide a
    156164    simple dated revision. This will be the correct version for most
    157165    systems. There are, however, several other variants of the file available
    158     for use that might be preferred for one reason or another, including all
    159     Mozilla products in this book. RedHat and OpenSUSE, for instance, use the
    160     version included in <xref linkend="nss"/>. Additional download locations
    161     are available at:</para>
     166    for use that might be preferred for one reason or another, including the
     167    files shipped with Mozilla products in this book. RedHat and OpenSUSE,
     168    for instance, use the version included in <xref linkend="nss"/>. Additional
     169    upstream downloads are available at the links below.</para>
    162170
    163171    <itemizedlist spacing="compact">
Note: See TracChangeset for help on using the changeset viewer.