pub fn certbot_argv(
plan: &Plan,
challenge: Challenge,
issuance: Issuance,
) -> Vec<String>Expand description
The certbot invocation, built but not run.
Returned as data so a test can assert on the exact argv without certbot, root, a domain, or a rate-limit slot. The argv is the contract: every flag omitted here is a prompt certbot would have asked a script that cannot answer.