diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml
index 81ca2b4..80e7709 100755
--- a/docbook/reference/en/en-US/modules/server-installation.xml
+++ b/docbook/reference/en/en-US/modules/server-installation.xml
@@ -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>