From 67db06dba2c200256056390fa80d0b84b39bb9f7 Mon Sep 17 00:00:00 2001 From: shinny-libinbin Date: Wed, 10 Nov 2021 15:32:01 +0800 Subject: [PATCH] config error when using domain mode (#905) change keystore-relative-to=jboss.server.config.dir to keystore-relative-to=jboss.domain.config.dir if using domain mode. --- server_installation/topics/network/https.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_installation/topics/network/https.adoc b/server_installation/topics/network/https.adoc index 0f52ea07c0..a67ceb1fe6 100644 --- a/server_installation/topics/network/https.adoc +++ b/server_installation/topics/network/https.adoc @@ -135,7 +135,7 @@ If using domain mode, the commands should be executed in every host using the `/ [source] ---- -$ /host=/core-service=management/security-realm=UndertowRealm/server-identity=ssl:add(keystore-path=keycloak.jks, keystore-relative-to=jboss.server.config.dir, keystore-password=secret) +$ /host=/core-service=management/security-realm=UndertowRealm/server-identity=ssl:add(keystore-path=keycloak.jks, keystore-relative-to=jboss.domain.config.dir, keystore-password=secret) ---- In the standalone or host configuration file, the `security-realms` element should look like this: