privateKey
For the CLI, provide a file path for a private key in URI format. For example,
--private-key file://encryption-key.pem
. Alternatively, you can provide the raw content of the private key file.For the SDK, specify the raw content of a private key file. For example,
--private-key "
cat encryption-key.pem"