setaseinfo (sase)
如果 AppScan® Enterprise Server 已与 AppScan® Enterprise Console 选件一起安装,那么您可以向其发布评估。Enterprise Console 提供各种用于处理评估的工具,例如报告功能、问题管理、趋势分析和仪表板。
描述
指定 Enterprise Console 设置。
如果您打算从 AppScan® Source 向 Enterprise Console 发布评估,可使用 setaseinfo
命令指定 Enterprise Console 连接设置。
语法
setaseinfo --userid|-u <user name>
--password|-p <password>
--url|-l <url>
userid
:必需。 输入您的用户标识。- 如果 AppScan® Enterprise Server 认证方法为用户标识和密码,输入用户用户标识。
- 如果 AppScan® Enterprise Server 配置为使用 Windows™ 认证,请输入用于连接到 Enterprise Console 的域和用户名(以
\
分隔域和用户名,例如my_domain\my_username
)。 - 如果 AppScan® Enterprise Server 已配置 LDAP,请输入用于连接到 Enterprise Console 的用户名。
- 在 Windows 上,如果支持 AppScan® Enterprise Server 进行通用访问卡 (CAC) 认证,输入
common_name<cn_certificate>
,其中common_name
是 CAC 通用名 (CN),cn_certificate
是证书签发人的 CN。如果common_name
或cn_certificate
包含空格,请用引号 ("common_name<cn_certificate>"
) 括起值。
至少您必须是 QuickScan 用户。如果您连接到版本低于 V9.0.3 的 AppScan® Enterprise Server,必须在 Enterprise Server 有您自己的用户文件夹。
password
:如果 AppScan® Enterprise Server 认证方法为用户标识和密码,该字段为必填字段。为您的 Enterprise Server 用户标识指定密码。注: 支持 AppScan® Enterprise Server 进行 CAC 认证时,不使用该选项。url
: 指定 AppScan® Enterprise Server 实例的 URL。该 URL 的格式为http(s)://<hostname>:<port>/ase
,其中<hostname>
是指已安装了 AppScan® Enterprise Server 的计算机的名称,<port>
是指服务器运行所在的端口。https://myhost.mydomain.hcl.com:9443/ase
是此 URL 的一个示例。注: 如果已设置 Enterprise Console URL,那么该参数是可选的。
注:
- 您必须登录到 AppScan® Source command line interface (CLI),并具有管理
Manage AppScan Enterprise Settings
设置许可权才能设置url
。有关用户帐户和许可权的信息,请参阅 HCL® AppScan® Source 安装和管理指南 的管理AppScan® Source部分。 userid
和password
存储在运行 AppScan® Source 客户机(例如,AppScan® Source for Analysis)的机器上 - 而url
则存储在 Enterprise Server(它可能位于远程机器上)中。您无法从远程机器(例如,通过从其发出getaseinfo
命令)来访问userid
和password
信息。
示例
AllApplications>> setaseinfo --userid my_username --password my_password
--url https://my_aseserver/ase
AppScan Enterprise Integration Information Configured.
AllApplications>>