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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connection Parameters and Network Protocol Options » Network protocol options

Certificate protocol option Next Page

Certificate_Password protocol option


Specifies the password for the encryption certificate.

Usage

HTTPS

Values

String

Default

There is no default certificate password.

Remarks

This required option specifies the password that matches the encryption certificate specified by the Certificate parameter.

Example

Start a server that requires web connections to use a particular encryption certificate.

dbsrv10 -xs https(Certificate=cert.file;Certificate_Password=secret) ...