andreaswolf / ansible-role-letsencrypt

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

Generate chained certs in python script #28

Open iangreenleaf opened 8 years ago

iangreenleaf commented 8 years ago

I realized that the best way to handle chained certs is to let the renewal script generate them. This ensures that chained certs will be regenerated whenever the main cert is.

iangreenleaf commented 8 years ago

@andreaswolf anything I can do to help this get merged? I'd love to get back onto the master branch with my ansible playbooks, and I think this would help a number of other people in similar situations.