[jboss-user] [Security & JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

FAROOQRASHED do-not-reply at jboss.com
Mon Nov 20 11:17:56 EST 2006


following are the step 
1) create keystore

 keytool -genkey  -alias jboss -keyalg RSA -keystore CF.keystore

2) generate CSR request

keytool -certreq -alias jboss -keyalg RSA -file CF.csr -keystore CF.keystore

3) Get the IntermediateCA certificate pro from verisign and register as 

keytool -import -alias rootca -keystore CF.keystore -trustcacerts -file intermediateCA.cer 

4) then register the trial certificate CF.cer

keytool -import -alias jboss -keystore CF.keystore -trustcacerts -file CF.cer

after the execution of this command its throw following Exception 

keytool error: java.lang.Exception: Failed to establish chain from reply

any one who know the solution

plz!
as soon as possible

Thanks 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987331#3987331

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987331



More information about the jboss-user mailing list