CertificateManagement_Vcenter_Tls_Info
The Tls.Info structure contains information from a TLS certificate.
{
"version": 0,
"serial_number": "string",
"signature_algorithm": "string",
"issuer_dn": "string",
"valid_from": "string",
"valid_to": "string",
"subject_dn": "string",
"thumbprint": "string",
"is_CA": false,
"path_length_constraint": 0,
"key_usage": [
"string"
],
"extended_key_usage": [
"string"
],
"subject_alternative_name": [
"string"
],
"authority_information_access_uri": [
"string"
],
"cert": "string"
}
Version (version number) value from the certificate.
SerialNumber value from the certificate.
Signature algorithm name from the certificate.
Issuer (issuer distinguished name) value from the certificate.
validFrom specify the start date of the certificate.
validTo specify the end date of the certificate.
Subject (subject distinguished name) value from the certificate.
Thumbprint value from the certificate.
Certificate constraints isCA from the critical BasicConstraints extension, (OID = 2.5.29.19).
Certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
Collection of keyusage contained in the certificate.
Collection of extended keyusage that contains details for which the certificate can be used for.
Collection of subject alternative names.
Collection of authority information access URI.
TLS certificate in PEM format.