git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11825 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-09-12 10:33:55 +00:00
parent c74232708b
commit 930d280bbe

View File

@ -465,10 +465,11 @@ mandb -c /opt/jdk/man</userinput></screen>
<sect3 id='ojdk-certs'>
<title>Install or update the JRE Certificate Authority Certificates (cacerts) file</title>
<para>Use the following procedure to check if the cacerts file was
successfully installed during the OpenJDK installation or if the <xref
linkend="cacerts"/> have been updated, the following instructions will
generate a new JRE <filename>cacerts</filename> file. First, check if the
<para>Use the following procedure to check if the
<filename>cacerts</filename> file was successfully installed during the
OpenJDK build. Also, if the <xref linkend="cacerts"/> have been updated,
the following instructions will generate a new JRE
<filename>cacerts</filename> file. First, check if the
<filename>cacerts</filename> have been successfully installed: </para>
<screen role="root"><userinput>cd /opt/jdk
@ -476,7 +477,7 @@ bin/keytool -list -keystore jre/lib/security/cacerts</userinput></screen>
<para>At the prompt "Enter keystore password:", press the "Enter" key if
there is no keystore password defined. If the
<filename>cacerts</filename> was installed correctly, you will see a
<filename>cacerts</filename> were installed correctly, you will see a
list of the certificates with related information for each one. If not,
you need to manually install them. First, generate the
<command>mkcacerts</command> script as the
@ -701,9 +702,9 @@ chmod -c 0755 /opt/jdk/bin/mkcacerts</userinput></screen>
</para>
</note>
<para>After making a backup of the
<para>First, make a backup of the
<filename>/opt/jdk/jre/lib/security/cacerts</filename> file, if there is
any. To create a new one, as the
any. To create a new one, as the
<systemitem class="username">root</systemitem> user:</para>
<screen><userinput>/opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/" -k "/opt/jdk/bin/keytool" \