MATLAB programs a client can access
--ssl-allowed-clients client1,...,clientN:archive1,...,archiveN
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.
clientCommon name of the client.
archiveName of an archive the clients can access.
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