diff --git a/wile_coyote/bin/coyote b/wile_coyote/bin/coyote index 456676fe41358bf95f8e3203fd34c1c489d94ec3..500b4b85a224042be9bf1fc3884e2cf41e437660 100755 --- a/wile_coyote/bin/coyote +++ b/wile_coyote/bin/coyote @@ -92,7 +92,7 @@ def run_cbot(start, cbot_dom, prov, action, reuse_key, force, dry, w_card=None, cbot_cmd = ( f"/usr/local/bin/certbot {action} --non-interactive" + f" -c /etc/{prov}/cli.ini --cert-name {cbot_dom[0]}" - + f" {domain_list}{dry}{force}{reuse_key}{extra_cmd}" + + f" {domain_list} {dry} {force} {reuse_key} {extra_cmd}" ) log.handler(f"executing: {cbot_cmd}", LOG_FILE)