Opened 7 months ago
Closed 6 months ago
#21920 closed defect (fixed)
Chapter 13: Configuring the Java environment
| Reported by: | randy | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.4 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the "Setting up the Certificate Authority Certificates for Java" section the wording needs to be updated. Here's the current text that shows two places where the directory/file (/etc/ssl) is incorrect:
===============================================
OpenJDK uses its own format for the CA certificates. The Java security modules use $JAVA_HOME/lib/security/cacerts by default. In order to keep all the certificates in one place, we use /etc/ssl/java/cacerts. The instructions on the make-ca-1.16.1 page previously created the file located in /etc/ssl/java. Set up a symlink in the default location as the root user:
ln -sfv /etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts
===============================================
This must be a leftover from previous instructions. The `ln' command is correct, but the text should be updated.
Change History (2)
comment:1 by , 7 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

Fixed at de24d2b23adda87f34d924987c6382052dbac480
Thank you for the report, Randy!