andreaswolf / ansible-role-letsencrypt

Ansible role for generating certificates with acme-tiny via Let’s encrypt
46 stars 20 forks source link

move chained certificate creation to renew-certs.py #35

Open filnko opened 7 years ago

filnko commented 7 years ago

When renewing certificates I had the problem that my chained certificate wasn't updated as it only happens when running ansible. As my nginx is using the chained cert it should also be updated by the cronjob without running ansible.

As a result and proposed change I moved the creation to the python script that is automatically run each renewal.