CertificateType
Specifies the format of the certificate.
Possible Values
PEM_FILE, PEM_BLOBData Type
string
Default Value
"PEM_FILE"
Remarks
This connection property determines the expected format of the value of the Certificate connection property. Set this property in accordance with the type of PEM certificate you want to use to authenticate.
If you want to use a certificate file, set this connection property to PEM_FILE and set Certificate to the absolute path to the certificate file.
If you want to supply the certificate as a string, set this connection property to PEM_BLOB and set Certificate to the certificate content, encoded in Base64.