This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| jboss_centos7 [2015/07/07 13:20] – herwarth | jboss_centos7 [2015/07/07 19:09] (current) – herwarth | ||
|---|---|---|---|
| Line 117: | Line 117: | ||
| </ | </ | ||
| ====Create admin user==== | ====Create admin user==== | ||
| - | # edit add-user.properties to allow weaker passwords | + | Edit add-user.properties to allow weaker passwords |
| < | < | ||
| su - jboss | su - jboss | ||
| cd jboss-as-eap/ | cd jboss-as-eap/ | ||
| ./ | ./ | ||
| + | </ | ||
| + | ====Enable SSL==== | ||
| + | First create a keystore: | ||
| + | su - jboss | ||
| + | keytool -genkey -alias localhost -keyalg RSA -keystore localhost.keystore -validity 3650 | ||
| + | |||
| + | vi / | ||
| + | < | ||
| + | . | ||
| + | . | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | <ssl name=" | ||
| + | </ | ||
| + | . | ||
| + | . | ||
| </ | </ | ||
| {{tag> | {{tag> | ||