File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jmx Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ public static void checkForJFR() throws IOException {
109
109
/*
110
110
* The following are dummy SSL keystore and truststore files required for testing connection
111
111
* 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).
113
116
*/
114
117
System .setProperty (KEYSTORE_PROPERTY , JMX_REMOTE_RESOURCES + "/clientkeystore" );
115
118
System .setProperty (KEYSTORE_PASSWORD_PROPERTY , "clientpass" );
You can’t perform that action at this time.
0 commit comments