Server attestation
POST
https://api.genxt.ai:9000/aTLS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.genxt.ai:9000/aTLS' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": "string"
}'
Response Response Example
{
"evidence": {
"report": "string",
"quote": "string",
"cgpu_attestation": null,
"module_load_order": {
"kernel": "string",
"order": [
"string"
]
}
},
"certificate": "string"
}
Request
Body Params application/json
Responses
Modified at 2024-11-25 15:30:40