...
Part of the script is to define the SSL context on the domain level. The script expects to find a keystore.pfx
file in the path "%WILDFLY_HOME%\domain\configuration\keystore.pfx
". The script will configure key store access using the password that was defined in win32.config
before setup.cmd
was run. If the keystore file is not present, secured connection is not possible and needs to be configured in the reverse proxy.
Code Block | ||
---|---|---|
| ||
cd %PROGRAMFILES%\ubisecure\customerid\tools config-wildfly-domain-controller.cmd |
...