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