Certificate Data Type

A certificate defined in the system.

Properties
Name Type Description
name string Name of the certificate
password string Base64-encoded value of the certificate password
certificateContent string Base64-encoded content of the certificate

Example

{
  "name" : "Certificate name",
  "password" : "cEA1NXcwcmQ=",
  "certificateContent" : "VGhpcyBpcyBjZXJ0aWZpY2F0ZSBmaWxlIGNvbnRlbnQgYmFzZSA2NCBlbmNvZGVk"
}