Add Certificate Library Item
Add an item to the certificate library
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string"
}
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
Created
{
"id": "string",
"alias": "string",
"privateKey": "string",
"privateKeyPassphrase": "string",
"certificate": "string",
"description": "string"
}
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