TlsListenerCertificate (schema)

Remote TLS Listener Certificate

Returns the certificate and thumbprint of a remote TLS listener, if the
listener is running and accepting requests. If the certificate cannot be
retrieved, the result property describes the problem.
Name Description Type Notes
certificate The certificate of the TLS listener

The certificate of the TLS listener.
X509Certificate Readonly
result Result of get certificate operation

Result of get certificate operation.
string Enum: SUCCESS, CONNECTION_TIMEOUT, NO_ROUTE_TO_HOST, CONNECTION_REFUSED
thumbprint The SHA-256 thumbprint of the TLS listener

The SHA-256 thumbprint of the TLS listener.
string Readonly