Hi,
I defined the following securitydomain in my jboss-service.xml:
<mbean code="org.jboss.security.plugins.JaasSecurityDomain" name="jboss.security:service=SecurityDomain">
<constructor>
<arg type="java.lang.String" value="uzitest"/>
</constructor>
<attribute name="KeyStoreURL">${jboss.server.home.dir}/conf/uzi_keystore.jks</attribute>
<attribute name="KeyStorePass">serverstore</attribute>
<!-- todo set truststore here!! -->
<depends>jboss.security:service=JaasSecurityManager</depends>
</mbean>