1. Open Command Prompt, Point to ${Sun_HOME}/AppServer9/Domains/Domain1/config folder.
2. Run: keytool -genkey -alias aliasname -keyalg RSA -keystore keystore.jks
2. Create "aliasname.cer" in Sun/AppServer9/Domains/Domain1/config folder.
3. Run: keytool -export -alias aliasname-file aliasname.cer -keystore keystore.jks
4. Run: keytool -import -v -trustcacerts -alias aliasname -file aliasname.cer -keystore cacerts.jks
Sunday, March 30, 2008
Easy Creation, Export and Import of SSL Certificates for Sun AppServer
Following are the easy steps to create, export and import SSL Certificates.
Subscribe to:
Posts (Atom)