Improve config
This commit is contained in:
parent
dbadef7fe1
commit
34c5cdb0c9
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@ agree-tos = true
|
||||||
cert-name = {{ certbot__cert_name }}
|
cert-name = {{ certbot__cert_name }}
|
||||||
domains = {{ certbot__cert_domains | join(',') }}
|
domains = {{ certbot__cert_domains | join(',') }}
|
||||||
email = {{ certbot__email }}
|
email = {{ certbot__email }}
|
||||||
|
# Because we are using logrotate for greater flexibility, disable the
|
||||||
|
# internal certbot logrotation.
|
||||||
max-log-backups = 0
|
max-log-backups = 0
|
||||||
no-eff-email = true
|
no-eff-email = true
|
||||||
non-interactive = true
|
non-interactive = true
|
||||||
|
@ -12,6 +14,8 @@ post-hook = {{ certbot__post_hook }}
|
||||||
{% if certbot__pre_hook %}
|
{% if certbot__pre_hook %}
|
||||||
pre-hook = {{ certbot__pre_hook }}
|
pre-hook = {{ certbot__pre_hook }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
# Adjust interactive output regarding automated renewal
|
||||||
|
preconfigured-renewal = true
|
||||||
redirect = true
|
redirect = true
|
||||||
rsa-key-size = 4096
|
rsa-key-size = 4096
|
||||||
standalone = true
|
standalone = true
|
||||||
|
|
Loading…
Reference in a new issue