Enroll a Compute Node (bare metal or VM) - SGX
Download Node Agent Installer - Ubuntu 16.04/Ubuntu 20.04
Click the following URL to download the Ubuntu Node Agent installer:
Download Ubuntu Node Agent Installer - SGX
Download Node Agent Installer - CentOS 7
Click the following URL to download the CentOS Node Agent installer:
Download CentOS Node Agent Installer - SGX
Enroll Compute Node
- Extract the content of the
Node-Agent-Installer.tar.gz
package and open the folder. - Open the
INSTALLER_README.md
file which contains the steps to enroll the compute node in Fortanix CCM.
Figure 1: INSTALLER_READMEThe
INSTALLER_README.md
has the steps to enroll a compute node in Fortanix CCM: - Fortanix supports any SGX capable server nodes.
- Ensure that applications on the node are allowed to make local connections to the Node Agent on port 9092.
- Enroll your compute node in Fortanix CCM:
- Copy the file
installer.sh
to your VM. - Run the
installer.sh
using the command:sudo bash installer.sh <join-token> --attestation-type=<attestation-type>
- Copy the file
- To generate your Join Token, please log in to https://ccm.fortanix.com, and in the Infrastructure tab, click+ ENROLL NODE on the Computes Nodes page.
Figure 2: Enroll compute node - In the ENROLL NODE window, a Join Token will be generated in the text box for "Get a join token to register an SGX compute node". This Join Token is used by the compute node to authenticate itself.
Figure 3: Join token generated - Click Copy to copy the Join Token (Figure 3).
- Run the
installer.sh
with the Join Token that you copied. This will enroll the compute node in Fortanix CCM. - Once the compute node is enrolled in Fortanix CCM, you will see it under the Compute Nodes overview table.
Figure 4: Enrolled node
Comments
Please sign in to leave a comment.