- 
        1. Re: Adding a security domain with server identity in host.xml via CLIdlofthouse Dec 5, 2016 9:28 AM (in response to codergeek)1 of 1 people found this helpfulAfter security-realm you need =name-of-new-security-realm the add operation should be available there. 
- 
        2. Re: Adding a security domain with server identity in host.xml via CLIcodergeek Dec 6, 2016 9:12 AM (in response to dlofthouse)Thank you for your answer! I got the realm now. The other question is how do I get the server identity in there. I tried it similar to the security realm, but it seems that the add method does not exist in this case: /host=SlaveNode/core-service=management/security-realm=SlaveNodeRealm/server-identity=MySecretValue In fact it looks like there is no method at all defined at this point (I do not get any option after the colon). When I execute it without a command, like above, I get: The operation name is missing or the format of the operation request is wrong. 
- 
        3. Re: Adding a security domain with server identity in host.xml via CLImchoma Dec 6, 2016 11:12 AM (in response to codergeek)I would suggest you to use <TAB> for autocomplete in CLI In your case it would provide you these options: [standalone@embedded /] /core-service=management/security-realm=ManagementRealm/server-identity=<TAB> kerberos secret ssl 
- 
        4. Re: Adding a security domain with server identity in host.xml via CLIcodergeek Dec 7, 2016 2:42 AM (in response to mchoma)I have used autocomplete, but the problem is that I do not get any option when I use autocomplete after "server-identity=". I'm using WildFly version 8.2.1 in domain mode. 
 
     
    