andreaswolf / ansible-role-letsencrypt

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

Automatically create the chained certificate #11

Closed ludovicc closed 8 years ago

ludovicc commented 8 years ago

For Nginx, concatenate the generated certificate with Letsencrypt intermediate cert.

andreaswolf commented 8 years ago

I would try solving this with an additional config parameter for the cert, or put the concatenated version into an additional file. What would you prefer?

ludovicc commented 8 years ago

An additional file is probably better, as it leaves the choice to the user after the generation of certificates. It's easier this way to switch from Apache to Nginx while keeping the same set of keys.