Main Content

ssl-allowed-client

MATLAB programs a client can access

Syntax

--ssl-allowed-client client1,...,clientN:archive1,...,archiveN

Description

ssl-allowed-client authorizes clients based on the client certificate common name. Only authorized clients can request the evaluation of MATLAB® functions deployed to the server.

If there are no archive names following the common name of the client, the client can access all the deployed archives. Otherwise, the client can access only the specified archives.

You can set either the ssl-allowed-client property or the access-control-provider property. If you set both, MATLAB Production Server™ fails to start.

Parameters

client

Common name of the client.

archive

Name of the deployed archive that the client can access.

Examples

Allow client1 and client2 to access magic.ctf and helloworld.ctf. Allow client3 access to all deployed archives.

--ssl-allowed-client client1,client2:magic,helloworld
--ssl-allowed-client client3