blob: ea1f792e09191ef8c990e347c8c8d44b16d9cddf (
plain) (
blame)
1
2
3
|
---
certbot_create_standalone_stop_services: []
certbot_create_command: "certbot certonly --noninteractive --dns-cloudflare --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}"
|