Additional steps for attestation encryption contract
For the contract with attestation encryption, perform the following additional steps:
- Set the attestation public key value by running the following
command:
export attestation_public_key=$(cat attestation_public_key.pub | base64 -w0) - Add the attestation public key to
user-data.yamlby running the following command:echo "attestationPublicKey: ${attestation_public_key}" >> user-data.yaml - Continue with Step 3 from Creating a signed contract section