Ignore:
Timestamp:
09/06/2018 12:36:36 AM (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.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:
11759d2
Parents:
4d7d99d
Message:

Update to make-ca-0.9. Fixes #11114.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ojdk-conf.xml

    r4d7d99d rc1cd435e  
    8989      <envar>$JAVA_HOME</envar><filename>/lib/security/cacerts</filename> by
    9090      default. In order to keep all the certificates in one place, we use
    91       <filename>/etc/ssl/java/cacerts.jks</filename>. That file should be
     91      <filename>/etc/ssl/java/cacerts</filename>. That file should be
    9292      generated using the system PKI trust store. The instructions
    9393      on the <xref linkend="make-ca"/> page should be used to update the file
     
    9898
    9999<screen role="root"><userinput>/usr/sbin/make-ca -g --force &amp;&amp;
    100 ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen>
     100ln -sfv /etc/ssl/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
    101101
    102102    <para>
Note: See TracChangeset for help on using the changeset viewer.