Additional steps for attestation encryption contract
For the contract with attestation encryption, perform the following additional steps:
- Generate the private key by running the following
command:
openssl genrsa -out attestation_private_key.pem 1024 - Generate the public key by running the following
command:
openssl rsa -in attestation_private_key.pem -pubout > attestation_public_key.pub - Share the attestation_public_key.pub with the Data Owner to use it in the final contract.