Thomas Eitzenberger wrote:
Hi !

Hope this is not off topic:

I have a client cert in the mozilla keystore and I would like to import this onto our server where we do run tomcat. Now the process of importing it there for web services is clear, but I am unsure on how to get the cert out of mozillas keystore using keytool or whatever standard java tool ??

Any help would be appreciated

Your browser (the tool you used to get the cert and private key INTO mozilla's key store) has an "export" button in the GUI. Export it. That will create a PKCS12 file (.p12), which is the standard, widely supported, secured means for moving private keys (and their certs) from one store to another.

_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to