setaseinfo (sase)
If your AppScan® Enterprise Server has been installed with the AppScan® Enterprise Console option, you can publish assessments to it. The Enterprise Console offers a variety of tools for working with your assessments - such as reporting features, issue management, trend analysis, and dashboards.
Description
Specify Enterprise Console settings.
If you intend to publish assessments from AppScan®
Source
to the Enterprise
Console, use the setaseinfo
command to specify Enterprise
Console connection settings.
Syntax
setaseinfo --userid|-u <user name>
--password|-p <password>
--url|-l <url>
userid
: Required. Enter your user ID.- If your AppScan® Enterprise Server authentication method is user ID and password, enter your user ID.
- If your AppScan® Enterprise
Server is configured to use Windows™ authentication, enter the domain and user name that you
use to connect to the Enterprise
Console (separate the domain and
user name with
\
- for example,my_domain\my_username
). - If your AppScan® Enterprise Server is configured with LDAP, enter the user name that you use to connect to the Enterprise Console.
- On Windows, if your AppScan® Enterprise
Server is enabled for Common Access Card (CAC) authentication, enter
common_name<cn_certificate>
, wherecommon_name
is your CAC Common Name (CN) andcn_certificate
is the CN of the issuer of your certificate. If yourcommon_name
orcn_certificate
contains spaces, surround the value in quotation marks ("common_name<cn_certificate>"
).
At a minimum, you must be a QuickScan user. If you are connected to an AppScan® Enterprise Server that is earlier than Version 9.0.3, you must have your own user folder on the Enterprise Server.
password
: Required if your AppScan® Enterprise Server authentication method is user ID and password. Specify the password for your Enterprise Server user ID.Note: This option is not used when your AppScan® Enterprise Server is enabled for CAC authenticationurl
: Specify the URL for your AppScan® Enterprise Server instance. The format of this URL ishttp(s)://<hostname>:<port>/ase
, where<hostname>
is the name of the machine on which AppScan® Enterprise Server has been installed and<port>
is the port on which the server is running. An example of this URL ishttps://myhost.mydomain.hcl.com:9443/ase
.Note: This argument is optional if the Enterprise Console URL has already been set.
- You must be signed in to the AppScan® Source command line interface
(CLI) with
Manage AppScan Enterprise Settings
permissions to be able to set theurl
. For information about user accounts and permissions, see the Administering AppScan® Source section of the HCL® AppScan® Source Installation and Administration Guide. - The
userid
andpassword
are stored on the machine that is running the AppScan® Source client (for example, AppScan® Source for Analysis) - while theurl
is stored in the Enterprise Server (which may be located on a remote machine). You cannot accessuserid
andpassword
information from the remote machine (for example, by issuing thegetaseinfo
command from it).
Example
AllApplications>> setaseinfo --userid my_username --password my_password
--url https://my_aseserver/ase
AppScan Enterprise Integration Information Configured.
AllApplications>>