Skip to main content

tls_get_all_certs

Function tls_get_all_certs 

Source
pub async fn tls_get_all_certs(
    app_handle: AppHandle,
) -> Result<HashMap<String, CertificateInfo>, String>
Expand description

Get all cached server certificates

Returns a mapping of hostnames to certificate information.