Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 数据库管理 » 启动并连接到数据库 » 连接参数和网络协议选项 » 网络协议选项

 

Identity 协议选项

指定标识文件的名称。

用法

HTTPS

字符串

缺省值

无缺省标识文件名。

注释

此必需选项用于指定标识文件的名称。标识文件包含公共证书及其专有密钥,对于不是自签名的证书,标识文件也包含所有签名证书,其中包括加密证书。该证书的口令必须通过 Identity_Password 参数指定。

另请参见
示例

启动要求 Web 连接使用特定的加密证书的服务器。

dbsrv11 -xs https(Identity=cert.file;Identity_Password=secret) ...