users@glassfish.java.net

Re: Migrate SSL App from Apache to GlassFish v3

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Tue, 29 Dec 2009 16:05:11 +0100

Use this:
http://portecle.sourceforge.net/

This will make your life a _lot_ easier. :)

Regards,
Peter

2009.12.29. 16:01 keltezéssel, glassfish_at_javadesktop.org írta:
> Let me make sure I get this straight. The openssl command looks like it converts both the .crt and .key files into a .p12 file. Once I have the p12 file, I can use pkcs12import command to import the .p12 file into the keystore.
>
> Do I need to delete the .crt I already imported into the keystore first?
>
> What was the purpose of allowing me to import the .crt file if it would never work?