CertificateKeyPair

CertificateKeyPair
CertificateKeyPair
JSON Example
{
    "certificate": {
        "pem_encoded": "string",
        "ssh_public_key": "string",
        "text": "string",
        "valid_from": "string",
        "valid_to": "string"
    },
    "rsa_private_key": "string"
}
certificate
Required

certificate

string
rsa_private_key
Optional
Constraints: minLength: 60

The private key must include the enclosing "-----BEGIN RSA PRIVATE KEY-----" and "-----END RSA PRIVATE KEY-----". An empty string is returned in read responses.