Expand description
tls_renew_certificate Tauri command - regenerates the
cached server cert for hostname.
TODO: the inner Mutex should become tokio::sync::Mutex
so the lock can be held across await; the renewal call is
currently fire-and-forget.