Skip to main content

tls_initialize

Function tls_initialize 

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

Initialize TLS certificate manager

This must be called before any other TLS operations. It will load an existing CA from the keyring or generate a new one.