CertificateReplacementConfig

CertificateReplacementConfig
CertificateReplacementConfig

Configuration for a certificate replacement operation

JSON Example
{
    "new_certificate_id": "string",
    "old_certificate_id": "string"
}
string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
new_certificate_id
Optional

Id of the certificate which will replace the old certificate. This is optional field. If not specified, and if the old certificate is a self-signed certificate, a fresh self-signed will be generated with identical attributes as the old certificate.

string As /^[a-zA-Z0-9]+([-._]?[a-zA-Z0-9]+)*$/
old_certificate_id
Required

Id of the currently used certificate which needs to be replaced.