Hi all,
I’m trying to find out why my certificate imported to the java keystore (openjdk 1.8) is gone after every reboot. I’m importing it with the command line
cd $JAVA_HOME && sudo bin/keytool -import -v -trustcacerts -alias artifactory -file /path/to/mycert.p7c -keystore $JAVA_HOME/jre/lib/security/cacerts -keypass changeit -storepass changeit
I’m on the latest tumbleweed version. Anybody with an idea? Is there some magic that restores my jdk packages to the original state?
Thanks and greetings,
Kurt