- Joined
- Jul 13, 2013
- Messages
- 10
- Reaction score
- 0
I created a keystore like the tutorial told me..
I then created at truststore
Then it gave me this error:
How do I fix this?
I used keokir instead of keoki
It said it needed a 6 letter password.
Code:
[COLOR=#333333][I]keytool -genkey -alias keokikey -keyalg RSA -keysize 1024 -keypass keokir -keystore channel.keystore -storepass keokir[/I][/COLOR]
I then created at truststore
Code:
[COLOR=#333333]keytool -import -v -trustcacerts -alias keokikey -keypass keokir -file keokikey.cer -keystore channel.truststore -storepass keokir[/COLOR]
Then it gave me this error:
Code:
keytool error: java.io.FileNotFoundException: keokikey.cer (No such file or directory)java.io.FileNotFoundException: keokikey.cer (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at sun.security.tools.KeyTool.doCommands(KeyTool.java:992)
at sun.security.tools.KeyTool.run(KeyTool.java:340)
at sun.security.tools.KeyTool.main(KeyTool.java:333)
How do I fix this?
I used keokir instead of keoki
It said it needed a 6 letter password.
Last edited:

