# tcas **Repository Path**: nanhu-lab/tcas ## Basic Information - **Project Name**: tcas - **Description**: trust cluster attestation server - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2024-07-23 - **Last Updated**: 2025-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Trust Cluster Attestation Server(TCAS) ## build ```shell cd hack bash release.sh buildimage ``` ## deploy ```shell mkdir /opt/tcas/ cp -a conf /opt/tcas docker run -p8081:8081 -v/opt/tcas/conf:/workplace/app/conf -v/opt/tcas/data:/workplace/encryptedData tcas:latest start ``` ## Tdx Tests ```shell go test -v -timeout 30s -run ^TestVerifyWorkflow$ tcas/tests/tees/tdx ``` ## reference - https://github.com/google/go-tdx-guest