# see https://certbot.eff.org/docs/using.html#certbot-command-line-options agree-tos = true cert-name = {{ common__certbot__cert_name }} domains = {{ common__certbot__cert_domains | join(',') }} email = {{ common__certbot__email }} max-log-backups = 0 no-eff-email = true non-interactive = true {% if common__certbot__post_hook %} post-hook = {{ common__certbot__post_hook }} {% endif %} {% if common__certbot__pre_hook %} pre-hook = {{ common__certbot__pre_hook }} {% endif %} redirect = true rsa-key-size = 4096 standalone = true