cfgcertusage.json
GET api/security/config/cfgcertusage.json?<DevThumbprint>=<ProtocolName>
This function configures the usage of certificates for specific protocols.
Attribute Name | Data Type | Description |
|---|---|---|
DevThumbprint | 40 octet HEX string | The SHA1 thumbprint of the certificate to configure usage for. |
Protocolname | Shall be one of the protocol names provided by security/certusage.json. | Name of the protocol to configure usage for. |
Response data:
Attribute Name | Data Type | Description |
|---|---|---|
result | Integer | The result of the operation (0 = success) |
JSON response example:
{
"result":0
}
JSON error response example:
{
"result":12
"errordesc":" Unsupported protocol"
}