Changeset 2198a32 for postlfs


Ignore:
Timestamp:
02/24/2018 11:05:35 PM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
cb4fcdd6
Parents:
40420820
Message:

Rename make-ca page.

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

Location:
postlfs/security
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r40420820 r2198a32  
    101101    <bridgehead renderas="sect4">Recommended</bridgehead>
    102102    <para role="recommended">
    103       <xref linkend="cacerts"/>,
     103      <xref linkend="make-ca"/>,
    104104      <xref linkend="libunistring"/>,
    105105      <xref linkend="libtasn1"/>, and
  • postlfs/security/make-ca.xml

    r40420820 r2198a32  
    77  <!ENTITY certhost              "https://hg.mozilla.org/">
    88  <!ENTITY certpath              "/lib/ckfw/builtins/certdata.txt">
    9   <!ENTITY cacerts-buildsize     "6.6 MB (with all runtime deps)">
    10   <!ENTITY cacerts-time          "0.3 SBU (with all runtime deps)">
     9  <!ENTITY make-ca-buildsize     "6.6 MB (with all runtime deps)">
     10  <!ENTITY make-ca-time          "0.3 SBU (with all runtime deps)">
    1111
    1212  <!ENTITY make-ca-download      "https://github.com/djlucas/make-ca/archive/v&make-ca-version;/make-ca-&make-ca-version;.tar.gz">
     
    1515]>
    1616
    17 <sect1 id="cacerts" xreflabel="Certificate Authority Certificates">
    18   <?dbhtml filename="cacerts.html"?>
     17<sect1 id="make-ca" xreflabel="make-ca">
     18  <?dbhtml filename="make-ca.html"?>
    1919
    2020  <sect1info>
     
    2323  </sect1info>
    2424
    25   <title>Certificate Authority Certificates</title>
     25  <title>make-ca</title>
    2626
    2727  <para>Public Key Infrastructure (PKI) is a method to validate the
     
    4545  &lfs82_checked;
    4646
    47   <indexterm zone="cacerts">
    48     <primary sortas="a-cacerts">Certificate Authority Certificates</primary>
     47  <indexterm zone="make-ca">
     48    <primary sortas="a-make-ca">make-ca</primary>
    4949  </indexterm>
    5050
    5151  <sect2 role="package">
    52     <title>Introduction to Certificate Authorities</title>
     52    <title>Introduction to make-ca</title>
    5353
    5454   <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6464      </listitem>
    6565      <listitem>
    66         <para>Estimated disk space required: &cacerts-buildsize;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Estimated build time: &cacerts-time;</para>
     66        <para>Estimated disk space required: &make-ca-buildsize;</para>
     67      </listitem>
     68      <listitem>
     69        <para>Estimated build time: &make-ca-time;</para>
    7070      </listitem>
    7171    </itemizedlist>
    7272
    73     <bridgehead renderas="sect3">Certificate Authority Certificates Dependencies</bridgehead>
     73    <bridgehead renderas="sect3">make-ca Dependencies</bridgehead>
    7474<!--
    7575    <bridgehead renderas="sect4">Required</bridgehead>
     
    8585
    8686    <para condition="html" role="usernotes">User Notes:
    87     <ulink url='&blfs-wiki;/cacerts'/></para>
     87    <ulink url='&blfs-wiki;/make-ca'/></para>
    8888  </sect2>
    8989
    9090  <sect2 role="installation">
    91     <title>Installation of Certificate Authority Certificates</title>
     91    <title>Installation of make-ca</title>
    9292
    9393    <para>The <application>make-ca</application> script will download and
     
    216216      <?dbhtml list-presentation="table"?>
    217217
    218       <varlistentry id="make-ca">
     218      <varlistentry id="make-ca-bin">
    219219        <term><command>make-ca</command></term>
    220220        <listitem>
     
    222222          <filename>certdata.txt</filename>, and prepares it for use
    223223          as the system certificate store.</para>
    224           <indexterm zone="cacerts make-ca">
     224          <indexterm zone="make-ca make-ca">
    225225            <primary sortas="b-make-ca">make-ca</primary>
    226226          </indexterm>
  • postlfs/security/nss.xml

    r40420820 r2198a32  
    230230    database (<filename>/usr/lib/libnssckbi.so</filename>), the
    231231    <filename>/usr/sbin/make-ca</filename> script, included on the
    232     <xref linkend="cacerts"/> page, will generate a system wide NSS DB.</para>
     232    <xref linkend="make-ca"/> page, will generate a system wide NSS DB.</para>
    233233
    234234  </sect2>
  • postlfs/security/p11-kit.xml

    r40420820 r2198a32  
    7575    <bridgehead renderas="sect4">Recommended</bridgehead>
    7676    <para role="recommended">
    77       <xref linkend="cacerts"/> and
     77      <xref linkend="make-ca"/> and
    7878      <xref linkend="libtasn1"/>
    7979    </para>
  • postlfs/security/security.xml

    r40420820 r2198a32  
    4242
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vulnerabilities.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cacerts.xml"/>
     44  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make-ca.xml"/>
    4545
    4646  <!-- sysv only -->
Note: See TracChangeset for help on using the changeset viewer.