Skip to main content

Module tls_renew_certificate

Module tls_renew_certificate 

Source
Expand description

tls_renew_certificate Tauri command - regenerates the cached server cert for hostname. The renewal fires inside a std::sync::Mutex so the lock must not be held across an await point today. A future migration to tokio::sync::Mutex will let this function await the renewal directly.

Functionsยง

tls_renew_certificate