CertificateLibraryItem

CertificateLibraryItem
CertificateLibraryItem

A certificate library item.

JSON Example
{
    "id": "string",
    "alias": "string",
    "privateKey": "string",
    "privateKeyPassphrase": "string",
    "certificate": "string",
    "description": "string",
    "consumerCount": 0
}
string
id
Optional

id

string
alias
Required

alias

string
privateKey
Optional

PEM encoded private key. Required if providing a certificate chain

string
privateKeyPassphrase
Optional

passphrase for the private key. Required if the private key is encrypted

string
certificate
Required

PEM encoded certificate. All extraneous whitespace and other information is removed.

string
description
Optional

Description of the certificate library item

integer
consumerCount
Optional

The number of consumers of the certificate.