Client Certificates
Client certificates constitute an alternative authentication mechanism that is not based on passwords.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::CLIENTCERTIFICATES |
Category |
Security |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
array |
Unique items |
Yes |
JSON Schema
{
"category": "CATEGORY_SECURITY",
"description": "DESC_CLIENTCERTIFICATES",
"items": {
"properties": {
"CLIENTCERTIFICATE": {
"configDescription": "DESC_PEM_CERT",
"default": "",
"format": "certificate",
"type": "string"
},
"DEFAULTUSER": {
"default": "",
"optionMethod": {
"symbol": "ListUserNames"
},
"type": "string"
},
"ENABLECLIENTCERTIFICATE": {
"default": true,
"type": "boolean"
}
},
"type": "object"
},
"propertyOrder": 5,
"type": "array",
"uniqueItems": true
}