Skip to content

Commit ec2e847

Browse files
author
Open Identity Platform Community
committed
upload OpenIDM docs after deploy 8cdc6855cdf0dd0037ec0b2c9f741b586422b34a
1 parent 2d80032 commit ec2e847

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

openidm/modules/getting-started/pages/chap-basic-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This section covers what you need to have on your system before running OpenIDM:
6868
6969
* Operating System: Windows or UNIX/Linux.
7070
71-
* Java: Java Runtime Environment (JRE) Standard Edition (Java SE) 11, or later. Alternatively, you can use the same version of the Java Development Kit (JDK). On Linux, you may also install the OpenJDK package native to your updated Linux distribution.
71+
* Java: Java Runtime Environment (JRE) Standard Edition (Java SE) 17, or later. Alternatively, you can use the same version of the Java Development Kit (JDK). On Linux, you may also install the OpenJDK package native to your updated Linux distribution.
7272
7373
* At least 250 MB of free disk space.
7474
@@ -87,7 +87,7 @@ On Windows systems, after installing Java, set the `JAVA_HOME` environment varia
8787
8888
====
8989
90-
. Locate your JRE or JDK installation directory. For a default installation of Java 11 on Windows 10, you should find the directory here: `C:\Program Files\Java\jre-version`.
90+
. Locate your JRE or JDK installation directory. For a default installation of Java 17 on Windows 10, you should find the directory here: `C:\Program Files\Java\jre-version`.
9191
9292
. Press `Windows + R` to launch the Windows Run prompt Properties window.
9393

openidm/modules/install-guide/pages/chap-install.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ On Windows systems, you must set the `JAVA_HOME` environment variable to point t
5252
5353
. Under System Variables, click New.
5454
55-
. Enter the Variable name (`JAVA_HOME`) and set the Variable value to the JRE installation directory, for example `C:\Program Files\Java\jre11`.
55+
. Enter the Variable name (`JAVA_HOME`) and set the Variable value to the JRE installation directory, for example `C:\Program Files\Java\jre17`.
5656
5757
. Click OK.
5858
@@ -81,10 +81,9 @@ Follow these steps to install OpenIDM:
8181
[source, console]
8282
----
8383
$ java -version
84-
openjdk version "11.0.25" 2024-10-15
85-
OpenJDK Runtime Environment Temurin-11.0.25+9 (build 11.0.25+9)
86-
OpenJDK 64-Bit Server VM Temurin-11.0.25+9 (build 11.0.25+9, mixed mode)
87-
84+
openjdk version "17.0.17" 2025-10-21
85+
OpenJDK Runtime Environment Temurin-17.0.17+10 (build 17.0.17+10)
86+
OpenJDK 64-Bit Server VM Temurin-17.0.17+10 (build 17.0.17+10, mixed mode, sharing)
8887
----
8988
9089
. Download software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].

openidm/modules/integrators-guide/pages/chap-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In a production environment, avoid the use of communication over insecure HTTP,
3939
[#security-management-service]
4040
=== Accessing the Security Management Service
4141
42-
OpenIDM stores keystore and truststore files in a folder named `/path/to/openidm/security`. These files can be managed by using the `keytool` command, or over the REST interface, at the URL `\https://localhost:8443/openidm/security`. For information about using the `keytool` command, see link:https://docs.oracle.com/en/java/javase/11/tools/keytool.html[https://docs.oracle.com/en/java/javase/11/tools/keytool.html, window=\_top].
42+
OpenIDM stores keystore and truststore files in a folder named `/path/to/openidm/security`. These files can be managed by using the `keytool` command, or over the REST interface, at the URL `\https://localhost:8443/openidm/security`. For information about using the `keytool` command, see link:https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html, window=\_top].
4343
4444
The following sections describe how to manage certificates and keys over REST.
4545

0 commit comments

Comments
 (0)