Merge pull request #182 from kpiwko/doc_updates

Adding EAP6 notes to documentation section 3.3.2
This commit is contained in:
Bill Burke 2014-01-30 07:47:38 -08:00
commit 4869b32c5f

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>