Adding EAP6 notes to documentation section 3.3.2

This commit is contained in:
Karel Piwko 2014-01-30 13:04:21 +01:00
parent dbea70dc2c
commit ac6ed6c020

View file

@ -336,10 +336,10 @@ $ keytool -import -alias yourdomain -keystore keycloak.jks -file your-certificat
</para>
</section>
<section>
<title>Installing the keystore to JBoss AS7</title>
<title>Installing the keystore to JBoss EAP6/AS7</title>
<para>
Now that you have a Java keystore with the appropriate certificates, you need to configure your
JBoss AS7 installation to use it. First step is to move the keystore file to a directory
JBoss EAP6/AS7 installation to use it. First step is to move the keystore file to a directory
you can reference in configuration. I like to put it in <literal>standalone/configuration</literal>.
Then you need to edit <literal>standalone/configuration/standalone.xml</literal> to enable SSL/HTTPS.
</para>