Changes between Version 1 and Version 2 of dev/tls


Ignore:
Timestamp:
Oct 27, 2021 1:06:54 AM (3 years ago)
Author:
jonathan
Comment:

Settings for starting-up JMC

Legend:

Unmodified
Added
Removed
Modified
  • dev/tls

    v1 v2  
    4141keytool -import -alias other-side -file other.pem -keystore my.trust.jks
    4242}}}
     43
     44= Java Mission Control
     45Settings for Java Mission Control are configured at `$JAVA_HOME/bin/jmc.ini`, add these configurations to setup the JMC client:
     46
     47{{{#!sh
     48-Djavax.net.ssl.keyStore=<key-store-location>
     49-Djavax.net.ssl.trustStore=<trust-store-location>
     50-Djavax.net.ssl.keyStorePassword=< redacted >
     51-Djavax.net.ssl.trustStorePassword=< redacted >
     52}}}
     53
     54If you're running into trouble then enable debug logging:
     55
     56{{{#!sh
     57-Djavax.net.debug=ssl:handshake:verbose:keymanager:trustmanager
     58-Djava.security.debug=access:stack
     59}}}
     60
     61The JMC logs are generated at `~/.jmc/<version>/.metadata/.plugins/org.eclipse.ui.workbench/log`