main content

security -凯发k8网页登录

secure a server instance

matlab® production server™ uses https for security. you can configure the security of a server instance to be as broad or specific as required. the instance can simply encrypt the communication channel between it and a client or it can block unauthorized clients from accessing applications.

properties

url for secure connections
matlab programs a client can access
list of cipher suites used for encryption
elliptic curve used for the ecdhe ciphers
list of allowed ssl protocols
file containing a pregenerated ephemeral dh key
level of client verification required by the server instance
enable ssl renegotiation
file containing the server certificate authority file
file containing the server certificate chain
file containing the passphrase that decodes the private key
file containing the private key in pem format
use the certificate revocation list
use the certificate authority store provided by the system
identity management service provider name
path to the identity management service provider configuration file
path to access control policy file
http authentication method name
client credential delegation method name

topics

https configuration


  • use https for secure client-server communication.

  • use client authentication to ensure that only trusted client applications have access to the server.

  • authorize specific clients to access specific matlab programs.

  • configure level of security provided by matlab programs.

  • specify location of the file that stores the dh key.

access control configuration


  • define access control configuration file and policy file in json.

kerberos and kerberos delegation


  • authenticate user access using kerberos and delegate client credentials using kerberos delegation.
网站地图