Matrix SPARSH VP110 User Guide 501
################################################################################
#######
#configures the password of the user or administrator.The valid value format is
username:new password.The default value is blank.String within 32 characters.
#The following means setting the password of administrator (current user name is
“admin”) to password123.
security.user_password =admin:password123
security.user_password =user:password123
#enables or disables the phone to only accept the certificates in the Trusted
Certificates list.It takes effect after a reboot.
security.trust_certificates =0
#enables or disables the phone to mandatorily validate the CommonName or
SubjectAltName of the certificate received from the connecting server.0-
Disabled(default), 1-Enabled It takes effect after a reboot.
security.cn_validation =0
#configures the source certificates for the phone to authenticate for TLS
connection.
#0-Default certificates,1-Custom certificates,2-All certificates(Default).It
takes effect after a reboot.
security.ca_cert =2
#configures the access URL of the custom trusted certificate file.The default
value is blank.URL within 511 characters.
trusted_certificates.url =http://192.168.153.27:8081/matrixca.crt
#deletes all uploaded trusted certificate files.Here the parameter is
intentionally kept commented with "#" below.URL within 511 characters.
#trusted_certificates.delete =http://localhost/all
#configures the device certificates for the phone to send for TLS
authentication.0-Default certificates,1-Custom certificates.The default value is
0.
security.dev_cert =0
#configures the access URL of the custom server certificate file.The default
value is blank.URL within 511 characters.
server_certificates.url =http://192.168.153.27:8081/matrixservercertificate.pem
#deletes the uploaded server certificate file.Here the parameter is
intentionally kept commented with "#" below.URL within 511 characters.
#server_certificates.delete =http://localhost/all