Get
/v1/apps/{app-id}/node/{node-id}/certificate
Get certificate for the app, only if the compute node and app has been attested.
Security
API Key: bearerToken
Header parameter nameAuthentication
A JWT bearer token to be passed once authenticated.
Path parameters
node-id
string (uuid) Required
UUID of a compute node.
app-id
string (uuid) Required
UUID of an app.
Responses
200
App certificate.
object
A certificate request or issued certificate.
certificate_id
string (uuid)
Certificate ID.
status
string
Certificate status.
Valid values[
"PENDING",
"REJECTED",
"ISSUED",
"REVOKED",
"EXPIRED"
]
csr
string
The certificate signing request.
certificate
string
The certificate itself, if issued.
node_id
string (uuid)
The node relevant to this certificate, if known.
app_id
string (uuid)
The app relevant to this certificate, if known.
build_id
string (uuid)
The build relevant to this certificate, if known.