Installing a standalone client
To submit scan requests for remote translation and remote scan to your OpenText ScanCentral SAST sensors, you can use standalone clients. A standalone client is independent of an OpenText SAST installation.
To install a standalone client:
Copy the OpenText ScanCentral SAST client files to your machine by doing one of the following:
Install from a OpenText ScanCentral SAST client ZIP file:
Extract the contents of the
Fortify_ScanCentral_Client_<version>_x64.zipfile to any directory on your machine.Make sure that the installation path contains no spaces.
On Linux systems, give the
scancentral,pwtool, andpackagescannerfiles execute permission.Add
<client_install_dir>/binto your PATH environment variable.The <client_install_dir> is the directory where you extracted the OpenText ScanCentral SAST client ZIP.
Set the
SCANCENTAL_JAVA_HOMEenvironment variable to point to a Java version that OpenText ScanCentral SAST client supports, and make sure that you add the Java executable to thePATHenvironment variable.
Install the OpenText ScanCentral SAST client as a component of an OpenText™ Application Security Tools installation.
For instructions, see the OpenText™ Application Security Tools Guide.
Open the
<client_install_dir>/Core/config/client.propertiesfile in a text editor.Set the same value for the
client_auth_tokenproperty that you set for theclient_auth_tokenproperty on the Controller (in the<controller_install_dir>/tomcat/webapps/scancentral-ctrl/WEB-INF/classes/config.propertiesfile). For information about how to generate an encrypted shared secret, see Encrypting the Shared Secret on a Client.You can also set theclient_auth_tokenusing theSCANCENTRAL_VM_OPTSenvironment variable, likeSCANCENTRAL_VM_OPTS=-Dclient_auth_token= <token>. For information, see Configuring client properties.Save and close the
client.propertiesfile.
See also