pub async fn acme_issue_print_challenge(
config_override: Option<&Path>,
domain: &str,
directory: AcmeDirectory,
) -> SshCliResult<PendingOrder>Available on crate feature
tls only.Expand description
Starts DNS-01 order and returns challenge details (does not wait for DNS).