aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/templates/domain_list.txt.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/letsencrypt/templates/domain_list.txt.j2')
-rw-r--r--roles/letsencrypt/templates/domain_list.txt.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/letsencrypt/templates/domain_list.txt.j2 b/roles/letsencrypt/templates/domain_list.txt.j2
index d37e0bd..4641e2f 100644
--- a/roles/letsencrypt/templates/domain_list.txt.j2
+++ b/roles/letsencrypt/templates/domain_list.txt.j2
@@ -2,6 +2,6 @@
{{ letsencrypt_email }}
{{ letsencrypt_credentials_ini }}
-{% for domain in certificate_domains %}
+{% for domain in certificate_domains | sort %}
{{ domain }}
{% endfor %}