ssl-allowed-clients

MATLAB programs a client can access

Syntax

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

Description

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

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

Parameters

client

Common name of the client.

archive

Name of an archive the clients 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
Was this topic helpful?