---
title: "Get an app's certificate for a compute node."
slug: "get-an-app-s-certificate-for-a-compute-node"
updated: 2026-04-04T02:22:39Z
published: 2026-04-04T02:22:47Z
canonical: "support.fortanix.com/get-an-app-s-certificate-for-a-compute-node"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get an app's certificate for a compute node.

Get/v1/apps/{app-id}/node/{node-id}/certificate-details

Get certificate for the app of a compute node.

SecurityAPI Key: bearerTokenHeader parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parametersnode-idstring (uuid) Required

UUID of a compute node.

app-idstring (uuid) Required

UUID of an app.

Responses200

App certificate details.

<select class='api-response-data' aria-label='Media type'><option value='bb89078a-8e19-4ddd-a3a3-97244191061f'>application/json</option>
</select>Expand Allobject  enclave_infoobject (EnclaveInfo)  

Info on a application enclave.

mrenclavestring    

mrenclave of an image, as a hex string.

mrsignerstring    

mrsigner of an image, as a hex string.

isvprodidinteger  (int32)    

ISV Product Id.

isvsvninteger  (int32)    

ISV Security Version Number.

subject_namestring    

Name of the subject.

issuer_namestring    

Name of the issuer.

valid_untilinteger  (int64)    

Certificate expiry date.

valid_frominteger  (int64)    

Certificate valid from.

cpusvnstring    

CPUSVN, as a hex string.

ias_quote_statusstring    

IAS quote status.
