Differences

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

Link to this comparison view

java:ssl [02/02/2018 12:55]
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 22: Line 22:
 on our newest servers : on our newest servers :
 <code bash>sudo /usr/lib/jvm/default-java/jre/bin/keytool -importcert -trustcacerts -file ~/\*.innosystems.net -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts</code> <code bash>sudo /usr/lib/jvm/default-java/jre/bin/keytool -importcert -trustcacerts -file ~/\*.innosystems.net -keystore /usr/lib/jvm/default-java/jre/lib/security/cacerts</code>
 +
 +on MAC osX :
 +<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''\\