From ac6ed6c0205dc8b715284a44f4cd7386a3ab4a60 Mon Sep 17 00:00:00 2001 From: Karel Piwko Date: Thu, 30 Jan 2014 13:04:21 +0100 Subject: [PATCH] Adding EAP6 notes to documentation section 3.3.2 --- docbook/reference/en/en-US/modules/server-installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml index 81ca2b42a7..80e7709b31 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
- Installing the keystore to JBoss AS7 + Installing the keystore to JBoss EAP6/AS7 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 standalone/configuration. Then you need to edit standalone/configuration/standalone.xml to enable SSL/HTTPS.