pub async fn lookup_root_certificate(
conn: &Connection,
endpoint: u16,
fingerprint: Vec<u8>,
) -> Result<LookupRootCertificateResponse>Expand description
Invoke LookupRootCertificate command on cluster TLS Certificate Management.
pub async fn lookup_root_certificate(
conn: &Connection,
endpoint: u16,
fingerprint: Vec<u8>,
) -> Result<LookupRootCertificateResponse>Invoke LookupRootCertificate command on cluster TLS Certificate Management.