Changeset 2198a32


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

Files:
16 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    r40420820 r2198a32  
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required">
    65     <xref linkend="cacerts"/>,
     65    <xref linkend="make-ca"/>,
    6666    <xref linkend="cmake"/>,
    6767    <xref linkend="qt5"/>, and
  • general/prog/mercurial.xml

    r40420820 r2198a32  
    199199      disable them using configuration files.</para>
    200200
    201       <para>If you have installed the <xref linkend="cacerts"/> and want
     201      <para>If you have installed <xref linkend="make-ca"/> and want
    202202      <application>Mercurial</application> to use them, as the <systemitem
    203203      class="username">root</systemitem> user, issue:</para>
  • general/prog/ojdk-conf.xml

    r40420820 r2198a32  
    7676
    7777    <para>
    78       The installation of the JRE Certificate Authority Certificates (cacerts)
     78      The installation of the JRE certificate authority bundle
    7979      is described in the <xref linkend="ojdk-certs"/> section.
    80       If you are using the binary version, those certificates may already be
    81       installed.
    8280    </para>
    8381
  • general/prog/openjdk.xml

    r40420820 r2198a32  
    192192    <bridgehead renderas="sect4">Recommended</bridgehead>
    193193    <para role="recommended">
    194       <xref linkend="cacerts"/>,
     194      <xref linkend="make-ca"/>,
    195195      <xref linkend="giflib"/>,
    196196      <xref linkend="lcms2"/>,
     
    451451      <parameter>--with-cacerts-file=/etc/ssl/java/cacerts.jks</parameter>:
    452452      Specifies where to find a <filename>cacerts</filename> file,
    453       <filename class="directory">/etc/ssl/java/cacerts</filename> on a BLFS
    454       system. Otherwise, an empty one is created. You can use the
     453      <filename>/etc/ssl/java/</filename> on a BLFS system. Otherwise, an empty
     454      one is created. You can use the
    455455      <command>/usr/sbin/make-ca --force</command> command to generate it, once
    456456      you have installed the Java binaries.
     
    502502        <filename>/etc/ssl/java/cacerts.jks</filename>. That file should be
    503503        generated using the system PKI trust store. The instructions
    504         on the <xref linkend="cacerts"/> page should be used to update the file
    505         located in <filename>/etc/ssl/java</filename>. Setup a symlink in the
    506         default location as the <systemitem class="username">root</systemitem>
    507         user:
    508       </para>
    509 
    510 <screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen>
     504        on the <xref linkend="make-ca"/> page should be used to update the file
     505        located in <filename>/etc/ssl/java</filename>. Run the conversion and
     506        setup a symlink in the default location as the <systemitem
     507        class="username">root</systemitem> user:
     508      </para>
     509
     510<screen role="root"><userinput>/usr/sbin/make-ca --force &amp;&amp;
     511ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen>
    511512
    512513      <para>
  • general/sysutils/systemd.xml

    r40420820 r2198a32  
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="cacerts"/>,
     81      <xref linkend="make-ca"/>,
    8282      <xref linkend="curl"/>,
    8383<!--      <xref linkend="elfutils"/>, -->
  • gnome/platform/rest.xml

    r40420820 r2198a32  
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="cacerts"/> and
     79      <xref linkend="make-ca"/> and
    8080      <xref linkend="libsoup"/>
    8181    </para>
     
    126126    <para>
    127127      <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This
    128       switch sets the location of the BLFS <xref linkend="cacerts"/> bundle.
     128      switch sets the location of the BLFS certificate authority bundle.
    129129    </para>
    130130
  • networking/netlibs/curl.xml

    r40420820 r2198a32  
    9090    <bridgehead renderas="sect4">Recommended</bridgehead>
    9191    <para role="recommended">
    92       <xref role="runtime" linkend="cacerts"/> (runtime)
     92      <xref role="runtime" linkend="make-ca"/> (runtime)
    9393    </para>
    9494
     
    238238    <para>
    239239      <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This
    240       switch sets the location of the BLFS <xref linkend="cacerts"/>.
     240      switch sets the location of the BLFS Certificate Authority store.
    241241    </para>
    242242
  • networking/netlibs/glib-networking.xml

    r40420820 r2198a32  
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="cacerts"/> and
     86      <xref linkend="make-ca"/> and
    8787      <xref linkend="p11-kit"/>
    8888    </para>
  • networking/netlibs/ldns.xml

    r40420820 r2198a32  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="cacerts"/> and
     84      <xref linkend="make-ca"/> and
    8585      <xref linkend="libpcap"/> (for example programs),
    8686      <xref linkend="python2"/> and
  • networking/netprogs/wget.xml

    r40420820 r2198a32  
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref role="runtime" linkend="cacerts"/> (runtime)
     79      <xref role="runtime" linkend="make-ca"/> (runtime)
    8080    </para>
    8181
     
    165165<!--
    166166      <para>
    167         If you have installed the <xref linkend="cacerts"/> and you want
     167        If you have installed <xref linkend="make-ca"/> and you want
    168168        <application>Wget</application> to use them, as the
    169169        <systemitem class="username">root</systemitem> user:
  • 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 -->
  • x/lib/qt5.xml

    r40420820 r2198a32  
    8989    <para role="recommended">
    9090      <xref linkend="alsa-lib"/>,
    91       <xref linkend="cacerts"/>,
     91      <xref linkend="make-ca"/>,
    9292      <xref linkend="cups"/>,
    9393      <xref linkend="glib2"/>,
  • xsoft/graphweb/chromium.xml

    r40420820 r2198a32  
    136136    <bridgehead renderas="sect4">Recommended</bridgehead>
    137137    <para role="recommended">
    138       <xref linkend="cacerts"/> (runtime),
     138      <xref linkend="make-ca"/> (runtime),
    139139<!--      <xref linkend="ffmpeg"/>, -->
    140140      <xref linkend="flac"/>,
Note: See TracChangeset for help on using the changeset viewer.