Skip to content

Commit 0afaee0

Browse files
Update comment and ssl files to use JmxTest
1 parent b683a33 commit 0afaee0

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
@@ -109,7 +109,10 @@ public static void checkForJFR() throws IOException {
109109
/*
110110
* The following are dummy SSL keystore and truststore files required for testing connection
111111
* using SSL. The clientkeystore was used to create a client certificate
112-
* (jmxremoteresources/client.cer) which was then imported into the servertruststore.
112+
* (jmxremoteresources/client.cer) which was then imported into the servertruststore. The
113+
* client key was created with the following properties: -alias clientkey -validity 99999
114+
* -storepass clientpass -keypass clientpass -keyalg rsa (The validity is from March 28
115+
* 2023).
113116
*/
114117
System.setProperty(KEYSTORE_PROPERTY, JMX_REMOTE_RESOURCES + "/clientkeystore");
115118
System.setProperty(KEYSTORE_PASSWORD_PROPERTY, "clientpass");

0 commit comments

Comments
 (0)