ansible-letsencrypt icon indicating copy to clipboard operation
ansible-letsencrypt copied to clipboard

An ansible role to generate TLS certificates and get them signed by Let's Encrypt

Results 16 ansible-letsencrypt issues
Sort by recently updated
recently updated
newest added

seems we need to pip install also six

Any Infos about Integrating this with `HAProxy`?

It's possible to generate stronger diffie-hellman parameters, for example by doing this: openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048 And then with nginx config add this line: ssl_dhparam /etc/ssl/certs/dhparam.pem; This should be...

It would be preferable to have the role versioned (GH releases and on Ansible Galaxy) so that users can be confident that changes aren't going to affect their projects silently.

Installation of the `virtualenv` package doesn't work on older OSs (older than [Debian jessie](https://packages.debian.org/jessie/virtualenv) or [Ubuntu Vivid](http://packages.ubuntu.com/vivid/virtualenv)), but on newer OSs need it over `python-virtualenv` (see #6). We should improve...

enhancement

I've executed a `apt upgrade` on a Debian 11.6 and now I get these error messages with a new ansible-letsencrypt role ``` fatal: [**domain**]: FAILED! => {"changed": true, "cmd": ["/usr/local/share/letsencrypt/env/bin/letsencrypt",...