NSX-T Data Center REST API

CertificateKeyPair (type)

{
  "additionalProperties": false,
  "id": "CertificateKeyPair",
  "properties": {
    "certificate": {
      "$ref": "SecurityCertificate",
      "display": {
        "order": 1
      },
      "readonly": false,
      "required": true
    },
    "rsa_private_key": {
      "description": "The private key must include the enclosing \"-----BEGIN RSA PRIVATE KEY-----\" and \"-----END RSA PRIVATE KEY-----\". An empty string is returned in read responses.",
      "display": {
        "order": 2
      },
      "minLength": 60,
      "readonly": false,
      "required": true,
      "sensitive": true,
      "title": "PEM encoded RSA private key",
      "type": "string"
    }
  },
  "type": "object"
}