Doc ID: 1109753.1: java.io.FileNotFoundException: rootcacert.cer (No such file or directory)
Hi all,
for one use case, I try to realize a sample from Doc ID: 1109753.1 and for 3. step I got the following error. Itried with root-right too, but get same error:
keytool -import -v -noprompt -trustcacerts -alias ca-root-cert -file rootcacert.cer -keystore server_keystore.jks -storepass weblogic1234
Keytool-Fehler: java.io.FileNotFoundException: rootcacert.cer (No such file or directory)
java.io.FileNotFoundException: rootcacert.cer (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at java.io.FileInputStream.<init>(FileInputStream.java:79)
at sun.security.tools.KeyTool.doCommands(KeyTool.java:803)
at sun.security.tools.KeyTool.run(KeyTool.java:172)