test/jdk/javax/management/remote/rest/sslconfig
author hb
Mon, 25 Dec 2017 20:42:05 +0530
branchjmx-rest-api
changeset 55994 9721e36abeb0
permissions -rw-r--r--
Implementation of GET for new APIs Implemented paging and filtering for GET
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55994
9721e36abeb0 Implementation of GET for new APIs
hb
parents:
diff changeset
     1
javax.net.ssl.keyStore=keystoreAgent
9721e36abeb0 Implementation of GET for new APIs
hb
parents:
diff changeset
     2
javax.net.ssl.keyStorePassword=glopglop
9721e36abeb0 Implementation of GET for new APIs
hb
parents:
diff changeset
     3
javax.net.ssl.trustStore=truststoreAgent
9721e36abeb0 Implementation of GET for new APIs
hb
parents:
diff changeset
     4
javax.net.ssl.trustStorePassword=glopglop
9721e36abeb0 Implementation of GET for new APIs
hb
parents:
diff changeset
     5