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 @@ -105,7 +105,10 @@ public static void checkForJFR() throws IOException {
105
105
/*
106
106
* The following are dummy SSL keystore and truststore files required for testing connection
107
107
* 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).
109
112
*/
110
113
System .setProperty (KEYSTORE_PROPERTY , JMX_REMOTE_RESOURCES + "/clientkeystore" );
111
114
System .setProperty (KEYSTORE_PASSWORD_PROPERTY , "clientpass" );
You can’t perform that action at this time.
0 commit comments