Changeset 2838a645


Ignore:
Timestamp:
08/22/2019 07:45:56 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
22c3cdd7
Parents:
140475a
Message:

Add a paragraph about password when testing the JAVA cacerts file on the
OpenJDK page (copy of the same paragraph on the "Configuring OpenJDK page")

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r140475a r2838a645  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 21st, &year;">
     9<!ENTITY releasedate  "August 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/openjdk.xml

    r140475a r2838a645  
    452452
    453453      <para>
    454         To check the installatiion, issue:
     454        To check the installation, issue:
    455455      </para>
    456456
    457457<screen role="root"><userinput>cd /opt/jdk
    458458bin/keytool -list -cacerts</userinput></screen>
     459
     460    <para>
     461      At the prompt <computeroutput>Enter keystore password:</computeroutput>,
     462      enter <userinput>changeit</userinput> (the default) or just press the
     463      <quote>Enter</quote> key. If the <filename>cacerts</filename> file was
     464      installed correctly, you will see a list of the certificates with
     465      related information for each one. If not, you need to reinstall them.
     466    </para>
    459467
    460468    </sect3>
Note: See TracChangeset for help on using the changeset viewer.