>-----Original Message-----
>From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>Subject: Re: Secure Tomcat With SSL
>
>I've been having some trouble lately converting keys and certs from OpenSSL
>format into Java's JKS format. I follow all of the magical incantations I can 
>find
>online to convert key+cert into a Java keystore but I get no love. Is there a
>decent guide anywhere for how to do this?
>
>- -chris

From my book of spells.  

Used this to configure SSL in Apache httpd for subversion edge.

openssl pkcs12 -export -in C:/server.crt -inkey C:/server.key -name svnedge 
-out C:/server.p12

keytool -importkeystore -srckeystore C:/server.p12 -srcstoretype PKCS12 
-destkeystore C:/svnedge.jks

Leo

Reply via email to