Set Environment Variables

Set APPSRV_HOME to point to your application server installation. For example:

›_ Console

# export APPSRV_HOME=/opt/wildfly-14.0.1.Final 

The APPSRV_HOME variable is used when deploying to the application server and could, for example, be set in your .bashrc or similar file, or be provided every time the deploy command is executed.

To set SIGNSERVER_NODEID to a unique ID for the server, use:

›_ Console

# export SIGNSERVER_NODEID=node1 

The SIGNSERVER_NODEID variable should be available to the application server and might need to be set in the /etc/environment or similar. The variable is generally not mandatory. If not set, warnings are printed in the log.