Changeset c1cd435e for general/prog


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

Location:
general/prog
Files:
2 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>
  • general/prog/openjdk.xml

    r4d7d99d rc1cd435e  
    241241               --with-version-pre=""        \
    242242               --with-version-opt=""        \
    243                --with-cacerts-file=/etc/ssl/java/cacerts.jks &amp;&amp;
     243               --with-cacerts-file=/etc/ssl/java/cacerts &amp;&amp;
    244244make images</userinput></screen>
    245245
     
    394394
    395395    <para>
    396       <parameter>--with-cacerts-file=/etc/ssl/java/cacerts.jks</parameter>:
     396      <parameter>--with-cacerts-file=/etc/ssl/java/cacerts</parameter>:
    397397      Specifies where to find a <filename>cacerts</filename> file,
    398398      <filename>/etc/ssl/java/</filename> on a BLFS system. Otherwise, an empty
     
    444444
    445445      <para>
    446         If you have run the instructions for <xref linkend="ojdk-certs"/>,
    447         you only need to create a symlink in the default location for
    448         those certificates. As user <systemitem
     446        If you have run the instructions on the <xref linkend="make-ca"/> page,
     447        you only need to create a symlink in the default location for the
     448        <filename>cacerts</filename> file. As user <systemitem
    449449        class="username">root</systemitem>:
    450450      </para>
    451451
    452 <screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen>
     452<screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
    453453
    454454      <para>
    455         To check the installatiion, as when <xref linkend="ojdk-certs"/>, issue:
     455        To check the installatiion, issue:
    456456      </para>
    457457
Note: See TracChangeset for help on using the changeset viewer.