1 Reply Latest reply on Aug 21, 2014 12:22 AM by mshafieluru

    SSL Certificate Configuration on JBoss AS 7.1.1 Final

    mshafieluru

      I have acquired a Signed Certificate from COMODO. There are 4 CRT files. 1 domain, 2 intermediate and 1 root certificate. i have concatenated CRTs into a PEM file and also imported them in CACerts , Trusted Certificates on the OS / JVM.

      The certificate does shows up but when i verify i get info like the certificate chain is broken. and the certificate chain is displayed as not trusted on Android devices..

      Anyone can share a working solution to this issue. There are numerous examples available on net but none of them works.

      Info: the csr is generated with openssl.

      I have a keystore prepared with keytool command. when i list it using keytool -list -v -keystore <> it is listing all the files.

      I get following error Unable to load certificate key ../standalone/configuration/domain.keystore (error:0906D06C:PEM routines:PEM_read_bio:no start line)