SecurityCertificate
SecurityCertificate
JSON Example
{
"text": "string",
"valid_from": "string",
"ssh_public_key": "string",
"valid_to": "string",
"pem_encoded": "string"
}
string
text
Optional
X.509 certificate in text form
string
valid_from
Optional
The time when the certificate starts being valid
string
ssh_public_key
Optional
ssh_public_key
string
valid_to
Optional
The time when the certificate stops being valid
string
pem_encoded
Required
The certificate must include the enclosing "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----"