esx kms providers client certificate: info
The
info
structure contains information for a certificate.Representation:
{
"certificate" : "string",
"private_key" : "secret string"
}
"certificate" : "string",
"private_key" : "secret string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
certificate | string | Certificate. PEM format. |
Optional | ||
private_key | secret | Private key. PEM format. Optional. If unset, privateKey won't have key data. |