Add Certificate Library Item
Add an item to the certificate library
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string",
"consumerCount": 0
}
id
alias
PEM encoded private key. Required if providing a certificate chain
passphrase for the private key. Required if the private key is encrypted
PEM encoded certificate. All extraneous whitespace and other information is removed.
Description of the certificate library item
The number of consumers of the certificate.
Created
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string",
"consumerCount": 0
}
id
alias
PEM encoded private key. Required if providing a certificate chain
passphrase for the private key. Required if the private key is encrypted
PEM encoded certificate. All extraneous whitespace and other information is removed.
Description of the certificate library item
The number of consumers of the certificate.