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

SQL Anywhere 17 » MobiLink - Server Administration » MobiLink reference » MobiLink server system procedures

ml_add_certificates_file system procedure

Set up trusted certificates when using TLS with LDAP authentication.

Syntax
ml_add_certificates_file ( 
'file_name', 
)
Parameters
Syntax Description

file_name

VARCHAR(1024). The name of the trusted certificates file.

Remarks

This procedure populates the ml_trusted_certificates_file table with information about the specified trusted certificate file.

Existing entries in the ml_trusted_certificates_file table are deleted before the new trusted certificate file name is inserted because only a single trusted certificate file is required for a server farm.