what Happen if u install Certificate Reply from CA using different Alias?

Hi

First of All , I generate a key pair using keytool and send it to CA...

After Ca signed it and reply me back..

After that , I import root and certificate reply to a keystore using alias different from the my key pair alias.

I got this error Message : "Untrusted Server Cert Chain"

Does anyone know what happen here?

Is that make any difference if i import certificate reply from CA using different alias from my key pair alias?

Thanks..

[489 byte] By [just_a_kid83a] at [2007-10-2 5:55:10]
# 1

What happened is that the original key-pair is still untrusted, because nobody else has signed it.

The certificate you just got signed by the CA is supposed to replace the self-signed cert you sent to them (which was originally generated along with the key pair). Otherwise you haven't accomplished anything yet.

ejpa at 2007-7-16 2:04:27 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...