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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.