Skip to content

Commit 2cb663d

Browse files
authored
Update acme_tiny_repo (#1582)
Update to fix issue: Change in Let's Encrypt response broke client if contact is set
1 parent fe6d470 commit 2cb663d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/letsencrypt/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ missing_hosts: "{{ site_hosts | difference((current_hosts.results | selectattr('
44
letsencrypt_cert_ids: "{ {% for item in (generate_cert_ids | default({'results':[{'skipped':True}]})).results if item is not skipped %}'{{ item.item.key }}':'{{ item.stdout }}', {% endfor %} }"
55

66
acme_tiny_repo: 'https://github.com/diafygi/acme-tiny.git'
7-
acme_tiny_commit: 'cb094cf3efa34acef8c7139c8480e2135422e755'
7+
acme_tiny_commit: '1b61d3001cb9c11380557ffebda5d358ce64375c'
88

99
acme_tiny_software_directory: /usr/local/letsencrypt
1010
acme_tiny_data_directory: /var/lib/letsencrypt

0 commit comments

Comments
 (0)