certbot: Remove invalid argument from a filter when issuing certificates
This commit is contained in:
parent
11d602dbc6
commit
df32421381
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
--webroot
|
||||
{% if cert.webroot_map is defined %}
|
||||
--webroot-map '{{ cert.webroot_map | to_json(width=99999) }}'
|
||||
--webroot-map '{{ cert.webroot_map | to_json }}'
|
||||
{% else %}
|
||||
--webroot {{ cert.webroot }}
|
||||
{% for domain in cert.domains | default([name]) %}
|
||||
|
|
Loading…
Reference in a new issue