1 Reply Latest reply on Nov 21, 2011 11:18 AM by search_2010

    Issue with signed certificate

    search_2010

      We are using JBoss 6.0 for our application and working to make this https enabled.

       

      Steps followed.

       

      1. Generate the key and import certificate

       

      keytool -genkey -alias aliasstore -keystore mystore

      keytool -import -alias aliascert -file certificate.cer -keystore mystore

       

      2. Changes in JBoss server.xml  to

       

        <Connector protocol="HTTP/1.1" SSLEnabled="true"

                 port="8443" address="${jboss.bind.address}"

                 scheme="https" secure="true" clientAuth="false"

                 keystoreFile="C:/JBoss_Tibco/server/all/conf/jedistore"

                 keyAlias="aliasstore"

                 keystorePass="test123"

                  sslProtocol = "TLS" />

        

      3. Attaching the file and image here. Issues to and Issued By in attached file has localhost. But when we generated, we had this as elow.

       

       

      Issued to: Certificate authority Name

      Issued By: Certificate authority Name

       

       

      We are struggling on this and finding any clue. Any help will be highlu appreciated.

      ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*********-***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------***********

       

      certificate.png