Kevin Gorman [https://community.jboss.org/people/kevgo] created the discussion
"Re: JBoss AS 7.1.x Securing Management Console - Authentication/SSL" To view the discussion, visit: https://community.jboss.org/message/801598#801598 -------------------------------------------------------------- Who would have thought spelling mattered.. <management> <security-realms> <security-realm name="ManagementRealm"> *<!-- server-identities is required for the ManagementRealm to point to SSL certs keystore can be placed anywhere that makes sense -->* <server-identities> <ssl> <keystore path="/usr/share/jboss-as/jboss-eap-6.0/jboss.keystore" keystore-password="changeit"/> </ssl> </server-identities> <authentication> <local default-user="$local"/> <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/> </authentication> </security-realm> And then.. <http-interface security-realm="ManagementRealm"> *<!-- Small typos causes grief don't forget socket-binding http's' in this statement -->* <socket-binding http*s*="management-https"/> </http-interface> </management-interfaces> </management> Likely won't be the last time I stare at XML looking for typos... Next step is the tie in to LDAP. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/801598#801598] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
