pub async fn acme_complete(
config_override: Option<&Path>,
domain: &str,
) -> SshCliResult<DomainCertStatus>Available on crate feature
tls only.Expand description
Completes ACME after DNS TXT is published: resume order → set_ready → finalize.