...
In the command prompt type:
Code Block |
---|
keytool -import -alias example - |
...
keystore /path/to/java/cacerts -file example.der |
keytool is provided as part of the standard Java installation.
...
In the command prompt type:
Code Block |
---|
keytool -import -alias example - |
...
keystore /path/to/java/cacerts -file example.der |
keytool is provided as part of the standard Java installation.