We have a valid ssl cert that we received. We're having problems implementing it on our site. JBoss deploys fine it's just that when we go to the site it a warning pops up (as expected) and it shows that it is a "self signed certificate" when it should be a valid one. We have this in our JBoss 7 standalone xml
<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enablelookups="false" secure="true">
<ssl name="helloworld" password="password" certificate-key-file="/ckf" protocol="TLSv1" verify-client="true" certificate-file="/root/certificates/helloworld.com.crt"/>
</connector>