Exporting the Private Key from a JKS keystore
Java - 19 Comments » - Posted on January, 19 at 3:22 pm
A common problem faced when moving certificates and keys from tomcat to Apache web server is that keytool does not allow you to export the private key in the format that apache’s modssl module requires. Mark Foster’s post and Andrew Morrow’s post contains valuable information on how to export a key from a JKS keystore.
Here […]
Posted in Java | 19 Comments »




