andreaswolf / ansible-role-letsencrypt

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

Add option to generate chained cert with private key #16

Closed iangreenleaf closed 8 years ago

iangreenleaf commented 8 years ago

I'm using this role to generate a certificate for ZNC. It's working great, except ZNC wants a .pem certificate file that includes the private key in addition to the certificate and intermediate chain. This adds another option to generate that file. Sort of a goofy proliferation of options, but that's life, I guess.