Certificate
Specifies the certificate to use for certificate authentication.
Data Type
string
Default Value
""
Remarks
Certificate authentication uses PEM certificates to authenticate. The component can accept PEM certificates in one of two forms: certificate files in PEM format or strings containing Base64-encoded PEM certificates.
If you want to use a certificate file, set CertificateType to PEM_FILE and set this property to the absolute path to the certificate file.
If you want to supply the certificate as a string, set CertificateType to PEM_BLOB and set this property to the certificate content, encoded in Base64.