Differences

This shows you the differences between two versions of the page.

Link to this comparison view

java:ssl [23/10/2018 15:06]
Anthony Arents [Use the keytool tool in the JDK]
java:ssl [23/10/2018 15:07] (current)
Anthony Arents [Use the keytool tool in the JDK]
Line 24: Line 24:
  
 on MAC osX : on MAC osX :
-<code bash>sudo bin/keytool -importcert -trustcacerts -file ~/Desktop/mobi.crt -keystore /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/security/cacerts</code>+<code bash>sudo /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/bin/keytool -importcert -trustcacerts -file ~/Desktop/mobi.crt -keystore /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/security/cacerts</code>
  
 ''password = changeit''\\ ''password = changeit''\\