Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Kotov 3b171bd59d
Add more platforms 2023-08-12 20:33:58 +04:00
Alex Kotov 34c5cdb0c9
Improve config 2023-08-12 20:33:16 +04:00
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ galaxy_info:
- stretch # Debian 9 Stretch
- buster # Debian 10 Buster
- bullseye # Debian 11 Bullseye
- bookworm # Debian 12 Bookworm
- name: Ubuntu
versions:
- xenial # Ubuntu 16.04 LTS Xenial Xerus

View File

@ -3,6 +3,8 @@ agree-tos = true
cert-name = {{ certbot__cert_name }}
domains = {{ certbot__cert_domains | join(',') }}
email = {{ certbot__email }}
# Because we are using logrotate for greater flexibility, disable the
# internal certbot logrotation.
max-log-backups = 0
no-eff-email = true
non-interactive = true
@ -12,6 +14,8 @@ post-hook = {{ certbot__post_hook }}
{% if certbot__pre_hook %}
pre-hook = {{ certbot__pre_hook }}
{% endif %}
# Adjust interactive output regarding automated renewal
preconfigured-renewal = true
redirect = true
rsa-key-size = 4096
standalone = true