srv_s_ssl_local_id

Description

Properties used to specify the path to the local ID (certificates) file.

Syntax

typedef struct _cs_sslid
{
        CS_CHAR     *identity_file;
        CS_CHAR     *identity_password;
} CS_SSLIDENTITY

Parameters

identity_file

provides a path to the file containing a digital certificate and the associated private key.

CS_GET only returns the indentity_file used, and only if it is set with CS_CONNECTION.

identity_password

used to decrypt the private key.