CertificateSpec

CertificateSpec
CertificateSpec
JSON Example
{
    "validFrom": "string",
    "validTo": "string",
    "thumbprint": "string",
    "certificate": "string",
    "privateKey": "string",
    "keyPassword": "string"
}
string
validFrom
Optional

The certificate's validity start date

string
validTo
Optional

The certificate's validity end date

string
thumbprint
Optional

The certificate thumbprint

string As ^(-----BEGIN CERTIFICATE-----[\r\n]+[A-Za-z0-9+\/\r\n]+={0,2}[\r\n]+-----END CERTIFICATE-----([\r\n]*))+$
certificate
Required

Certificate (single or chain) in PEM format.

string
privateKey
Optional

Private key in PEM format.

string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
keyPassword
Optional

The password for the private key