I read this tutorial "http://docs.jboss.org/jbossweb/7.0.x/ssl-howto.html" and i already have JBoss Server with SSL.
I want to use current cert.
(what i generate by "keytool -genkey -alias tomcat -keyalg RSA")
in Apache 2 (as Front-end for JBoss).
But i don't know how to convert key from keytool in PEM (key and cer files). How do it ?