Importing encrypted SSL certificates into ZXTMIf ZXTM throws up this error:
Then you can use openssl to decrypt your private key, enabling ZXTM to parse it. openssl rsa -in /path/to/private.key -outform PEM -out /plain/format.key
Chris Buckley
[Zeus Support] 23 September 2006
Comments:This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.
Comment from:
fernando.pavan [Member]
Sometimes keys are held in keystores, encrypted files that contain both public and private keys. This happens in Tomcat and other java servers and we need a way to extract these keys so we can load the certificate into ZXTM.
There is an application called keytool that manages these keystores. What we need to do is to get a tool to convert keys in keystore formats to standard openssl keys. This is the link for a program that can handle different keystore formats (JKS, JCEKS) and extract openssl private keys to install on ZXTM: http://yellowcat1.free.fr/keytool_iui.html Using it is pretty simple and this is almost the only way to get keys from keystores and load them on ZXTM. If you want to see a Java code that does the same job, here is the link: http://mark.foster.cc/pub/java/ExportPriv.java The code was posted by Andrew Morrow's at http://forum.java.sun.com/thread.jsp?forum=2&thread=154587&message=449486 I hope this helps! Good luck! |
Recent Articles
Other Resources
|


