For Programmers: Free Programming Magazines  


Home > Archive > Java Security > April 2004 > Server SSL certification in iPlanet









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Server SSL certification in iPlanet
Alexandre Campos Hermida

2004-04-20, 1:42 pm

Hello everyone,

I am tring yo create a server SSL certificate by using keytool tool. I
have created the certification by doing the following:
keytool -genkey -keyalg RSA -alias eriserver -keystore server.keystore
keytool -keystore server.keystore -export -alias eriserver -file server.cer
keytool -import -alias serverCA -keystore cacerts.jks -file server.cer

and getting it's PEM code. But when I try to insert a certificate in
iPlanet 6.0, it always says the same error message: "No private key -
The server could not find the private key associated with this certificate".

I've tring too long to have it working, but without any success. I
believe I am missing some step, but I could not find anywhere this
"step". Could someone help me?

Best regards,

Alexandre Hermida

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com