Setting Up Cloud Connect for RFID
26
HTTPS Post Server with TLS-Client Authentication
"data": {
"event":{
"connections":[
{
"type":"httpPost",
"options":{
"URL":"https://10.17.130.220:8080",
"security":{
"verifyPeer":false,
"verifyHost":false,
"authenticationType":"TLS-Client",
"authenticationOptions":{
"publicKeyFileLocation":"/apps/server.crt",
"privateKeyFileLocation":"/apps/server.key"
},
"CACertificateFileLocation":"/apps/ca-crt.pem"
}
}
}
]
}
}
Management Section
The management section of the Cloud Connect for RFID JSON configuration holds the JSON object for
configuring the Management interface. The JSON schema for the Management interface configuration is
shown in Figure 9.