Importing an existing SSL key/certificate pair into a Java keystore | John Graham-Cumming
I'm writing this blog post in case anyone else has to Google that. In Java 6 keytool has been improved so that it now becomes possible to import an existing key and certificate (say one you generated outside of the Java world) into a keystore. You need: J
blog.jgc.org |