Generating contract signing Key pair
This step must be performed by the Auditor.
Procedure
- Create a private key for the contract signature by running the following
command:
openssl genrsa -aes128 -passout pass:test1234 -out private.pem 4096 - Create a public key for the contract signature by running the following
command:
openssl rsa -in private.pem -passin pass:test1234 -pubout -out public.pem - Share the
public.pemfile with the Data Owner to use it in theenv.yamlfile as the signing Key. - Create the environment section of the contract.