andreaswolf / ansible-role-letsencrypt

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

Switch to dehydrated #38

Open andreaswolf opened 7 years ago

andreaswolf commented 7 years ago

The acme-tiny client currently used by this role is very limited and would require implementing some functionality externally (e.g. fetching intermediate certs, creation of chained certificates).

Dehydrated (formerly known as letsencrypt.sh) seems to do a lot better job here. I therefore strongly consider switching the role to that client.