Created
February 26, 2019 17:01
-
-
Save diegolovison/b72a60162f1625fcd80834f7fa8dfd8d to your computer and use it in GitHub Desktop.
security-realm-keystore.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<security-realm name="ApplicationRealm"> | |
<server-identities> | |
<ssl> | |
<keystore path="ssl/keystore_server.jks" relative-to="jboss.server.config.dir" keystore-password="changeme" /> | |
</ssl> | |
</server-identities> | |
<authentication> | |
<local default-user="$local" allowed-users="*"/> | |
<properties path="application-users.properties" relative-to="jboss.server.config.dir"/> | |
</authentication> | |
<authorization> | |
<properties path="application-roles.properties" relative-to="jboss.server.config.dir"/> | |
</authorization> | |
</security-realm> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment