Skip to content

Commit 5ece524

Browse files
Update comment and ssl files to use JmxTest
1 parent 5ff301e commit 5ece524

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jmx/JmxTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ public static void checkForJFR() throws IOException {
105105
/*
106106
* The following are dummy SSL keystore and truststore files required for testing connection
107107
* using SSL. The clientkeystore was used to create a client certificate
108-
* (jmxremoteresources/client.cer) which was then imported into the servertruststore.
108+
* (jmxremoteresources/client.cer) which was then imported into the servertruststore. The
109+
* client key was created with the following properties: -alias clientkey -validity 99999
110+
* -storepass clientpass -keypass clientpass -keyalg rsa (The validity is from March 28
111+
* 2023).
109112
*/
110113
System.setProperty(KEYSTORE_PROPERTY, JMX_REMOTE_RESOURCES + "/clientkeystore");
111114
System.setProperty(KEYSTORE_PASSWORD_PROPERTY, "clientpass");

0 commit comments

Comments
 (0)