I am running this code.
certbot certonly --non-interactive --dry-run --agree-tos --dns-Cloudflare --dns-Cloudflare-credentials --domain=DOMAIN_NAME --cert-name=DOMAIN_NAME --config-dir CONF_DIR --work-dir WORK_DIR --logs-dir LOGS_DIR --email EMAIL --dns-Cloudflare-propagation-seconds 60
I am following the API token method here…
This is running success during dry run…
But when --dry-run is removed the above code is giving error 6003. Can someone help me understand why that is happening.