Adding EAP6 notes to documentation section 3.3.2
This commit is contained in:
parent
dbea70dc2c
commit
ac6ed6c020
1 changed files with 2 additions and 2 deletions
|
@ -336,10 +336,10 @@ $ keytool -import -alias yourdomain -keystore keycloak.jks -file your-certificat
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Installing the keystore to JBoss AS7</title>
|
<title>Installing the keystore to JBoss EAP6/AS7</title>
|
||||||
<para>
|
<para>
|
||||||
Now that you have a Java keystore with the appropriate certificates, you need to configure your
|
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>.
|
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.
|
Then you need to edit <literal>standalone/configuration/standalone.xml</literal> to enable SSL/HTTPS.
|
||||||
</para>
|
</para>
|
||||||
|
|
Loading…
Reference in a new issue