Skip to main content

tls_delete_cert

Function tls_delete_cert 

Source
pub async fn tls_delete_cert(
    app_handle: AppHandle,
    hostname: String,
) -> Result<String, String>
Expand description

Delete a certificate from the cache

This forces the certificate to be regenerated on next use.

ยงArguments

  • hostname - The hostname whose certificate should be deleted