test/jdk/sun/management/jmxremote/bootstrap/ssl/Readme.txt
changeset 47216 71c04702a3d5
parent 36013 e513311a6efe
child 50936 00b16d0457e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/jdk/sun/management/jmxremote/bootstrap/ssl/Readme.txt	Tue Sep 12 19:03:39 2017 +0200
@@ -0,0 +1,11 @@
+The trustore and keystore are to be generated as follows:
+
+1. keytool -genkey -alias duke -keystore keystore -validity 36500
+- use password 'password' for the keystore and key passwords
+- leave all values at default
+- the certificate validity will be 100 years (should be enough for now)
+2. keytool -export -keystore keystore -alias duke -file duke.crt
+3. keytool -import -keystore truststore -alias duke -file duke.crt
+- use password 'trustword' for the keystore and key passwords
+- leave all values at default
+