Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleantutorials/9fefc39ffbd63d53d22cd97ee8e9c76f to your computer and use it in GitHub Desktop.
Save cleantutorials/9fefc39ffbd63d53d22cd97ee8e9c76f to your computer and use it in GitHub Desktop.
-Dcom.sun.management.jmxremote.password.file=<Password-file>
-Dcom.sun.management.jmxremote.access.file=<Access-file>
-Djava.rmi.server.hostname=<host-ip>
-Dcom.sun.management.jmxremote.port=<rmi-port>
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.ssl=true
-Dcom.sun.management.jmxremote.ssl.need.client.auth=true
-Dcom.sun.management.jmxremote.registry.ssl=true
-Djavax.net.ssl.keyStore=<Server-KeyStore-Path>
-Djavax.net.ssl.keyStorePassword=<storepass of KeyStore(server)>
-Djavax.net.ssl.trustStore=<Server-TrustStore-Path>
-Djavax.net.ssl.trustStorePassword=<storepass of TrustStore(server)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment