---
title: "Running EDP Applications on Confidential Computing Manager"
slug: "running-edp-applications-on-confidential-computing-manager-1"
updated: 2026-06-26T16:30:38Z
published: 2026-06-26T16:30:38Z
canonical: "support.fortanix.com/running-edp-applications-on-confidential-computing-manager-1"
---

> ## 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.

# Running EDP Applications on Confidential Computing Manager

## 1.0 Creating an EDP Application

To create an application in using Fortanix Rust EDP, *refer to* [*Bringing EDP Rust Apps to Confidential Computing Manager*](/v1/docs/bringing-edp-rust-apps-to-confidential-computing-manager-1)*.*

On successful app creation, you will get SIGSTRUCT file of the application (details on the above link). After you get the Enclave SIGSTRUCT of the application build, proceed with the UI flow below.

## 2.0 Running an Application on Fortanix CCM

**Step 1: Signup and Log in to Fortanix Confidential Computing Manager (CCM)**

Perform the following steps:

1. Visit [https://ccm.fortanix.com/](https://ccm.fortanix.com/) and signup.
2. After your account is approved by the administrator, log in by entering your email id and password.

![CCM_5.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/4403865491860.png)

**Figure 1: Logging In**

**Step 2: Create and Select an Account**

Perform the following steps:

1. After you sign up and log in, you will be taken to the **Accounts** page. Click **ADD ACCOUNT** to create a new account.
2. Enter a name for the new account and optionally add a custom logo for the account. Click **CREATE ACCOUNT** to complete the account creation.

![](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/Screenshot (3428)(2).png)

**Figure 2: Create an Account**
3. After the account is created, click **SELECT ACCOUNT** to select the newly created account and start enrolling the compute nodes and creating applications.

![EDP2.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/4403877993876.png)

**Figure 3: Select an Account**

**Step 3: Add an EDP Application**

![](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/Screenshot (3429)(1).png)

**Figure 4: Add EDP Application**

Perform the following steps:

1. In the EDP application form, fill in the relevant details such as the **Application name** and **Description** (optional).
2. Select a Fortanix CCM group for the application.
3. **Labels**: To control which applications are allowed to run on which nodes, add Labels for applications and nodes in the form of “Key:Value” pairs.
4. Add any certificate using the **Certificate Configuration** section.
5. Enter the certificate domain. You can choose to add multiple certificates using **ADD A CERTIFICATE**. After you configure all the certificates, click **CREATE** to configure the image.

![edp-app-page.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/21583643625492.png)

**Figure 5: Add Application Details**

**Step 4: Create an EDP Application Image**

Perform the following steps:

1. On the next screen, click **+ IMAGE**.

![add-edp-image-landing-screen.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/21583672024980.png)

**Figure 6: Add Application Image**
2. On the **Add image** form, enter all the required details.
  1. **Image Version** - Enter the valid version number of the image.
  2. **Image Type** - Select the required radio button for image type.
  3. **Enclave Configuration SIGSTRUCT -** Choose one of the options to add the SIGSTRUCT details. The SIGSTRUCT for an enclave is generated when an application is signed. It is used to register the enclave with Fortanix CCM.

![add-edp-image-landing-screen-1.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/21583672031380.png)

**Figure 7: Create an EDP Application Image**
3. Click **CREATE** to create the EDP application image.

**Step 5: Domain and Image Whitelisting**

1. An application whose domain is whitelisted will get a TLS Certificate from Fortanix CCM. Similarly, when an application runs from the converted image, the application will try to contact Fortanix CCM and ask for a TLS Certificate.
2. On the **Tasks** → **Pending** menu item, approve the pending requests to whitelist the domain and image.

![approved-tab.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/21583643638932.png)

**Figure 8: Whitelist the Domain**

![image-approved-tab.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/21583643649556.png)

**Figure 9: Whitelist the Image**

**Step 6: Running the application**

On a node running the Fortanix CCM Node Agent, start the application.

`ftxsgx-runner get-certificate.sgxs`

![Fig-10-compute-nodes-list-screen-1.png](https://cdn.us.document360.io/c3bd85d2-4ad8-4d85-9f60-f1c168a3aad9/Images/Documentation/23044560986772.png)

**Figure 10: Deployed EDP Application**

## Related

- [Bringing EDP Rust Apps to Confidential Computing Manager](/bringing-edp-rust-apps-to-fortanix-ccm.md)
