certificate
For the CLI, provide a file path for a certificate in URI format. For example,
--certificate file://encryption-cert.pem
. Alternatively, you can provide the raw content.For the SDK, specify the raw content of a certificate file. For example,
--certificate "
cat encryption-cert.pem"
.
You can provide both the certificate and its chain in this parameter, without needing to use the CertificateChain
parameter. If you use this parameter for both the certificate and its chain, do not use the CertificateChain
parameter.